#AAF892

Color #AAF892 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #AAF892

Tints of Pale Green #AAF892

Color information

#AAF892 (or 0xAAF892) is unknown color: approx Pale Green. HEX triplet: AA, F8 and 92. RGB value is (170,248,146). Sum of RGB (Red+Green+Blue) = 170+248+146=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF892 is #55076D. Grayscale: #D5D5D5. Windows color (decimal): -5572462 or 9631914. OLE color: 9631914.

HSL color Cylindrical-coordinate representation of color #AAF892: hue angle of 105.88º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAF892 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB170248146-
CMYK0.3100.410.03
HSL105.88º87.93%77.25%-
HSV(B)105.88º41.13%97.25%-
XYZ55.3377.7639.29-
YUV213.0590.1697.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 248 (97.27% from 255) = 43.97%
BLUE value IS 146 (57.42% from 255) = 25.89%
R=30.14%
G=43.97%
B=25.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702481460.3100.410.03105.8887.9377.25
HexAAF8921F02936a584d
Octal252370222370513152130115
Binary10101010111110001001001011111010100111110101010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF892; }

 p { color: rgb(170,248,146); }

 H1.HeaderClassName
 {
   color: #AAF892;
 }
 .AnyTagClassName
 {
   color: #AAF892;
 }
</style>
background-color css

<style>
 a { background-color: #AAF892; }

 a { background-color: rgb(170,248,146); }

 div.DivClassName
 {
   background-color: #AAF892;
 }
 .BgClassName
 {
   background-color: #AAF892;
 }
</style>
border-color css

<style>
 span { border-color: #AAF892; }

 span { border-color: rgb(170,248,146); }

 td.TdClassName
 {
   border-color: #AAF892;
 }
 .TagClassName
 {
   border-color: #AAF892;
 }
</style>