#AAEFAA

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

Shades of Celadon #AAEFAA

Tints of Celadon #AAEFAA

Color information

#AAEFAA (or 0xAAEFAA) is unknown color: approx Celadon. HEX triplet: AA, EF and AA. RGB value is (170,239,170). Sum of RGB (Red+Green+Blue) = 170+239+170=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEFAA is #551055. Grayscale: #D2D2D2. Windows color (decimal): -5574742 or 11202474. OLE color: 11202474.

HSL color Cylindrical-coordinate representation of color #AAEFAA: hue angle of 120º degrees, saturation: 0.68, 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 #AAEFAA is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB170239170-
CMYK0.2900.290.06
HSL120º68.32%80.2%-
HSV(B)120º28.87%93.73%-
XYZ54.773.1849.27-
YUV210.5105.1499.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 170 (66.80% from 255) = 29.36%
R=29.36%
G=41.28%
B=29.36%

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
Decimal1702391700.2900.290.0612068.3280.2
HexAAEFAA1D01D6784450
Octal252357252350356170104120
Binary10101010111011111010101011101011101110111100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFAA; }

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

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

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

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

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

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

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

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