#AAE9AA

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

Shades of Celadon #AAE9AA

Tints of Celadon #AAE9AA

Color information

#AAE9AA (or 0xAAE9AA) is unknown color: approx Celadon. HEX triplet: AA, E9 and AA. RGB value is (170,233,170). Sum of RGB (Red+Green+Blue) = 170+233+170=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE9AA is #551655. Grayscale: #CFCFCF. Windows color (decimal): -5576278 or 11200938. OLE color: 11200938.

HSL color Cylindrical-coordinate representation of color #AAE9AA: hue angle of 120º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9AA is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB170233170-
CMYK0.2700.270.09
HSL120º58.88%79.02%-
HSV(B)120º27.04%91.37%-
XYZ52.9769.7348.7-
YUV206.98107.13101.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 233 (91.41% from 255) = 40.66%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=29.67%
G=40.66%
B=29.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702331700.2700.270.0912058.8879.02
HexAAE9AA1B01B9783b4f
Octal252351252330331117073117
Binary10101010111010011010101011011011011100111110001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9AA; }

 p { color: rgb(170,233,170); }

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

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

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

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

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

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

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