#AAFB94

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

Shades of Pale Green #AAFB94

Tints of Pale Green #AAFB94

Color information

#AAFB94 (or 0xAAFB94) is unknown color: approx Pale Green. HEX triplet: AA, FB and 94. RGB value is (170,251,148). Sum of RGB (Red+Green+Blue) = 170+251+148=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFB94 is #55046B. Grayscale: #D7D7D7. Windows color (decimal): -5571692 or 9763754. OLE color: 9763754.

HSL color Cylindrical-coordinate representation of color #AAFB94: hue angle of 107.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAFB94 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB170251148-
CMYK0.3200.410.02
HSL107.18º92.79%78.24%-
HSV(B)107.18º41.04%98.43%-
XYZ56.4279.6840.42-
YUV215.0490.1695.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 148 (58.20% from 255) = 26.01%
R=29.88%
G=44.11%
B=26.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511480.3200.410.02107.1892.7978.24
HexAAFB942002926b5d4e
Octal252373224400512153135116
Binary101010101111101110010100100000010100110110101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFB94; }

 p { color: rgb(170,251,148); }

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

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

 a { background-color: rgb(170,251,148); }

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

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

 span { border-color: rgb(170,251,148); }

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