#ACE0AF

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

Shades of Celadon #ACE0AF

Tints of Celadon #ACE0AF

Color information

#ACE0AF (or 0xACE0AF) is unknown color: approx Celadon. HEX triplet: AC, E0 and AF. RGB value is (172,224,175). Sum of RGB (Red+Green+Blue) = 172+224+175=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE0AF is #531F50. Grayscale: #CBCBCB. Windows color (decimal): -5447505 or 11526316. OLE color: 11526316.

HSL color Cylindrical-coordinate representation of color #ACE0AF: hue angle of 123.46º 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 #ACE0AF is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB172224175-
CMYK0.2300.220.12
HSL123.46º45.61%77.65%-
HSV(B)123.46º23.21%87.84%-
XYZ51.4165.1850.43-
YUV202.87112.27105.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 224 (87.89% from 255) = 39.23%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=30.12%
G=39.23%
B=30.65%

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
Decimal1722241750.2300.220.12123.4645.6177.65
HexACE0AF17016C7b2e4e
Octal254340257270261417356116
Binary10101100111000001010111110111010110110011110111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0AF; }

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

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

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

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

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

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

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

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