#AAFCAA

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

Shades of Pale Green #AAFCAA

Tints of Pale Green #AAFCAA

Color information

#AAFCAA (or 0xAAFCAA) is unknown color: approx Pale Green. HEX triplet: AA, FC and AA. RGB value is (170,252,170). Sum of RGB (Red+Green+Blue) = 170+252+170=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFCAA is #550355. Grayscale: #DADADA. Windows color (decimal): -5571414 or 11205802. OLE color: 11205802.

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

Color convert

RGB170252170-
CMYK0.3300.330.01
HSL120º93.18%82.75%-
HSV(B)120º32.54%98.82%-
XYZ58.6481.0750.59-
YUV218.13100.8393.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 252 (98.83% from 255) = 42.57%
BLUE value IS 170 (66.80% from 255) = 28.72%
R=28.72%
G=42.57%
B=28.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521700.3300.330.0112093.1882.75
HexAAFCAA210211785d53
Octal252374252410411170135123
Binary10101010111111001010101010000101000011111100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCAA; }

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

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

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

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

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

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

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

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