#AAF6AD

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

Shades of Celadon #AAF6AD

Tints of Celadon #AAF6AD

Color information

#AAF6AD (or 0xAAF6AD) is unknown color: approx Celadon. HEX triplet: AA, F6 and AD. RGB value is (170,246,173). Sum of RGB (Red+Green+Blue) = 170+246+173=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF6AD is #550952. Grayscale: #D7D7D7. Windows color (decimal): -5572947 or 11400874. OLE color: 11400874.

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

Color convert

RGB170246173-
CMYK0.3100.300.04
HSL122.37º80.85%81.57%-
HSV(B)122.37º30.89%96.47%-
XYZ57.0877.4751.48-
YUV214.95104.3295.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 246 (96.48% from 255) = 41.77%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=28.86%
G=41.77%
B=29.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702461730.3100.300.04122.3780.8581.57
HexAAF6AD1F01E47a5152
Octal252366255370364172121122
Binary10101010111101101010110111111011110100111101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF6AD; }

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

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

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

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

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

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

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

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