#AAFC96

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

Shades of Pale Green #AAFC96

Tints of Pale Green #AAFC96

Color information

#AAFC96 (or 0xAAFC96) is unknown color: approx Pale Green. HEX triplet: AA, FC and 96. RGB value is (170,252,150). Sum of RGB (Red+Green+Blue) = 170+252+150=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC96 is #550369. Grayscale: #D8D8D8. Windows color (decimal): -5571434 or 9895082. OLE color: 9895082.

HSL color Cylindrical-coordinate representation of color #AAFC96: hue angle of 108.24º 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 #AAFC96 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB170252150-
CMYK0.3300.400.01
HSL108.24º94.44%78.82%-
HSV(B)108.24º40.48%98.82%-
XYZ56.8980.3741.37-
YUV215.8590.8395.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 252 (98.83% from 255) = 44.06%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=29.72%
G=44.06%
B=26.22%

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
Decimal1702521500.3300.400.01108.2494.4478.82
HexAAFC962102816c5e4f
Octal252374226410501154136117
Binary10101010111111001001011010000101010001110110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFC96; }

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

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

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

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

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

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

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

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