#AAFC9F

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

Shades of Pale Green #AAFC9F

Tints of Pale Green #AAFC9F

Color information

#AAFC9F (or 0xAAFC9F) is unknown color: approx Pale Green. HEX triplet: AA, FC and 9F. RGB value is (170,252,159). Sum of RGB (Red+Green+Blue) = 170+252+159=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC9F is #550360. Grayscale: #D9D9D9. Windows color (decimal): -5571425 or 10484906. OLE color: 10484906.

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

Color convert

RGB170252159-
CMYK0.3300.370.01
HSL112.9º93.94%80.59%-
HSV(B)112.9º36.9%98.82%-
XYZ57.6580.6745.33-
YUV216.8895.3394.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 252 (98.83% from 255) = 43.37%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=29.26%
G=43.37%
B=27.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521590.3300.370.01112.993.9480.59
HexAAFC9F210251715e51
Octal252374237410451161136121
Binary10101010111111001001111110000101001011111000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFC9F; }

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

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

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

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

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

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

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

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