#AAEEA9

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

Shades of Celadon #AAEEA9

Tints of Celadon #AAEEA9

Color information

#AAEEA9 (or 0xAAEEA9) is unknown color: approx Celadon. HEX triplet: AA, EE and A9. RGB value is (170,238,169). Sum of RGB (Red+Green+Blue) = 170+238+169=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEEA9 is #551156. Grayscale: #D2D2D2. Windows color (decimal): -5574999 or 11136682. OLE color: 11136682.

HSL color Cylindrical-coordinate representation of color #AAEEA9: hue angle of 119.13º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEA9 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB170238169-
CMYK0.2900.290.07
HSL119.13º66.99%79.8%-
HSV(B)119.13º28.99%93.33%-
XYZ54.3172.5648.68-
YUV209.8104.9799.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 238 (93.36% from 255) = 41.25%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=29.46%
G=41.25%
B=29.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381690.2900.290.07119.1366.9979.8
HexAAEEA91D01D7774350
Octal252356251350357167103120
Binary10101010111011101010100111101011101111111011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEA9; }

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

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

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

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

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

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

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

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