#AAF5AD

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

Shades of Celadon #AAF5AD

Tints of Celadon #AAF5AD

Color information

#AAF5AD (or 0xAAF5AD) is unknown color: approx Celadon. HEX triplet: AA, F5 and AD. RGB value is (170,245,173). Sum of RGB (Red+Green+Blue) = 170+245+173=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF5AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF5AD is #550A52. Grayscale: #D6D6D6. Windows color (decimal): -5573203 or 11400618. OLE color: 11400618.

HSL color Cylindrical-coordinate representation of color #AAF5AD: hue angle of 122.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF5AD is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB170245173-
CMYK0.3100.290.04
HSL122.4º78.95%81.37%-
HSV(B)122.4º30.61%96.08%-
XYZ56.7776.8751.38-
YUV214.37104.6596.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 245 (96.09% from 255) = 41.67%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=28.91%
G=41.67%
B=29.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702451730.3100.290.04122.478.9581.37
HexAAF5AD1F01D47a4f51
Octal252365255370354172117121
Binary10101010111101011010110111111011101100111101010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF5AD; }

 p { color: rgb(170,245,173); }

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

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

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

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

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

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

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