#ACE0AE

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

Shades of Celadon #ACE0AE

Tints of Celadon #ACE0AE

Color information

#ACE0AE (or 0xACE0AE) is unknown color: approx Celadon. HEX triplet: AC, E0 and AE. RGB value is (172,224,174). Sum of RGB (Red+Green+Blue) = 172+224+174=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE0AE is #531F51. Grayscale: #CACACA. Windows color (decimal): -5447506 or 11460780. OLE color: 11460780.

HSL color Cylindrical-coordinate representation of color #ACE0AE: hue angle of 122.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0AE is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB172224174-
CMYK0.2300.220.12
HSL122.31º45.61%77.65%-
HSV(B)122.31º23.21%87.84%-
XYZ51.3165.1449.91-
YUV202.75111.77106.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=30.18%
G=39.30%
B=30.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241740.2300.220.12122.3145.6177.65
HexACE0AE17016C7a2e4e
Octal254340256270261417256116
Binary10101100111000001010111010111010110110011110101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0AE; }

 p { color: rgb(172,224,174); }

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

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

 a { background-color: rgb(172,224,174); }

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

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

 span { border-color: rgb(172,224,174); }

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