#AAE3AD

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

Shades of Celadon #AAE3AD

Tints of Celadon #AAE3AD

Color information

#AAE3AD (or 0xAAE3AD) is unknown color: approx Celadon. HEX triplet: AA, E3 and AD. RGB value is (170,227,173). Sum of RGB (Red+Green+Blue) = 170+227+173=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE3AD is #551C52. Grayscale: #CBCBCB. Windows color (decimal): -5577811 or 11396010. OLE color: 11396010.

HSL color Cylindrical-coordinate representation of color #AAE3AD: hue angle of 123.16º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE3AD is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB170227173-
CMYK0.2500.240.11
HSL123.16º50.44%77.84%-
HSV(B)123.16º25.11%89.02%-
XYZ51.5966.549.65-
YUV203.8110.62103.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 227 (89.06% from 255) = 39.82%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=29.82%
G=39.82%
B=30.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702271730.2500.240.11123.1650.4477.84
HexAAE3AD19018B7b324e
Octal252343255310301317362116
Binary10101010111000111010110111001011000101111110111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3AD; }

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

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

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

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

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

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

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

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