#AAF2A9

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

Shades of Celadon #AAF2A9

Tints of Celadon #AAF2A9

Color information

#AAF2A9 (or 0xAAF2A9) is unknown color: approx Celadon. HEX triplet: AA, F2 and A9. RGB value is (170,242,169). Sum of RGB (Red+Green+Blue) = 170+242+169=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF2A9 is #550D56. Grayscale: #D4D4D4. Windows color (decimal): -5573975 or 11137706. OLE color: 11137706.

HSL color Cylindrical-coordinate representation of color #AAF2A9: hue angle of 119.18º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2A9 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB170242169-
CMYK0.3000.300.05
HSL119.18º73.74%80.59%-
HSV(B)119.18º30.17%94.9%-
XYZ55.4974.9149.07-
YUV212.15103.6597.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 242 (94.92% from 255) = 41.65%
BLUE value IS 169 (66.41% from 255) = 29.09%
R=29.26%
G=41.65%
B=29.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702421690.3000.300.05119.1873.7480.59
HexAAF2A91E01E5774a51
Octal252362251360365167112121
Binary10101010111100101010100111110011110101111011110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF2A9; }

 p { color: rgb(170,242,169); }

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

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

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

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

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

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

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