#AAF7A9

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

Shades of Celadon #AAF7A9

Tints of Celadon #AAF7A9

Color information

#AAF7A9 (or 0xAAF7A9) is unknown color: approx Celadon. HEX triplet: AA, F7 and A9. RGB value is (170,247,169). Sum of RGB (Red+Green+Blue) = 170+247+169=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 169 (66.41% from 255 or 28.84% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF7A9 is #550856. Grayscale: #D7D7D7. Windows color (decimal): -5572695 or 11138986. OLE color: 11138986.

HSL color Cylindrical-coordinate representation of color #AAF7A9: hue angle of 119.23º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF7A9 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB170247169-
CMYK0.3100.320.03
HSL119.23º82.98%81.57%-
HSV(B)119.23º31.58%96.86%-
XYZ5777.9349.57-
YUV215.08101.9995.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 247 (96.88% from 255) = 42.15%
BLUE value IS 169 (66.41% from 255) = 28.84%
R=29.01%
G=42.15%
B=28.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702471690.3100.320.03119.2382.9881.57
HexAAF7A91F0203775352
Octal252367251370403167123122
Binary10101010111101111010100111111010000011111011110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7A9; }

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

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

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

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

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

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

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

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