#AAE7AC

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

Shades of Celadon #AAE7AC

Tints of Celadon #AAE7AC

Color information

#AAE7AC (or 0xAAE7AC) is unknown color: approx Celadon. HEX triplet: AA, E7 and AC. RGB value is (170,231,172). Sum of RGB (Red+Green+Blue) = 170+231+172=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 231 (90.62% from 255 or 40.31% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE7AC is #551853. Grayscale: #CECECE. Windows color (decimal): -5576788 or 11331498. OLE color: 11331498.

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

Color convert

RGB170231172-
CMYK0.2600.260.09
HSL121.97º55.96%78.63%-
HSV(B)121.97º26.41%90.59%-
XYZ52.668.6849.51-
YUV206.03108.79102.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 231 (90.62% from 255) = 40.31%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=29.67%
G=40.31%
B=30.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311720.2600.260.09121.9755.9678.63
HexAAE7AC1A01A97a384f
Octal252347254320321117270117
Binary10101010111001111010110011010011010100111110101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7AC; }

 p { color: rgb(170,231,172); }

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

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

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

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

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

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

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