#AAEFA9

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

Shades of Celadon #AAEFA9

Tints of Celadon #AAEFA9

Color information

#AAEFA9 (or 0xAAEFA9) is unknown color: approx Celadon. HEX triplet: AA, EF and A9. RGB value is (170,239,169). Sum of RGB (Red+Green+Blue) = 170+239+169=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEFA9 is #551056. Grayscale: #D2D2D2. Windows color (decimal): -5574743 or 11136938. OLE color: 11136938.

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

Color convert

RGB170239169-
CMYK0.2900.290.06
HSL119.14º68.63%80%-
HSV(B)119.14º29.29%93.73%-
XYZ54.6173.1448.78-
YUV210.39104.6499.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=29.41%
G=41.35%
B=29.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702391690.2900.290.06119.1468.6380
HexAAEFA91D01D6774550
Octal252357251350356167105120
Binary10101010111011111010100111101011101110111011110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFA9; }

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

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

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

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

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

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

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

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