#AAFC97

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

Shades of Pale Green #AAFC97

Tints of Pale Green #AAFC97

Color information

#AAFC97 (or 0xAAFC97) is unknown color: approx Pale Green. HEX triplet: AA, FC and 97. RGB value is (170,252,151). Sum of RGB (Red+Green+Blue) = 170+252+151=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC97 is #550368. Grayscale: #D8D8D8. Windows color (decimal): -5571433 or 9960618. OLE color: 9960618.

HSL color Cylindrical-coordinate representation of color #AAFC97: hue angle of 108.71º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAFC97 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB170252151-
CMYK0.3300.400.01
HSL108.71º94.39%79.02%-
HSV(B)108.71º40.08%98.82%-
XYZ56.9780.441.79-
YUV215.9791.3395.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 252 (98.83% from 255) = 43.98%
BLUE value IS 151 (59.38% from 255) = 26.35%
R=29.67%
G=43.98%
B=26.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521510.3300.400.01108.7194.3979.02
HexAAFC972102816d5e4f
Octal252374227410501155136117
Binary10101010111111001001011110000101010001110110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFC97; }

 p { color: rgb(170,252,151); }

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

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

 a { background-color: rgb(170,252,151); }

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

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

 span { border-color: rgb(170,252,151); }

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