#ACE1AE

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

Shades of Celadon #ACE1AE

Tints of Celadon #ACE1AE

Color information

#ACE1AE (or 0xACE1AE) is unknown color: approx Celadon. HEX triplet: AC, E1 and AE. RGB value is (172,225,174). Sum of RGB (Red+Green+Blue) = 172+225+174=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE1AE is #531E51. Grayscale: #CBCBCB. Windows color (decimal): -5447250 or 11461036. OLE color: 11461036.

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

Color convert

RGB172225174-
CMYK0.2400.230.12
HSL122.26º46.9%77.84%-
HSV(B)122.26º23.56%88.24%-
XYZ51.5865.6850-
YUV203.34111.44105.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 225 (88.28% from 255) = 39.40%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=30.12%
G=39.40%
B=30.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251740.2400.230.12122.2646.977.84
HexACE1AE18017C7a2f4e
Octal254341256300271417257116
Binary10101100111000011010111011000010111110011110101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1AE; }

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

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

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

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

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

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

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

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