#ACE1AF

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

Shades of Celadon #ACE1AF

Tints of Celadon #ACE1AF

Color information

#ACE1AF (or 0xACE1AF) is unknown color: approx Celadon. HEX triplet: AC, E1 and AF. RGB value is (172,225,175). Sum of RGB (Red+Green+Blue) = 172+225+175=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE1AF is #531E50. Grayscale: #CBCBCB. Windows color (decimal): -5447249 or 11526572. OLE color: 11526572.

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

Color convert

RGB172225175-
CMYK0.2400.220.12
HSL123.4º46.9%77.84%-
HSV(B)123.4º23.56%88.24%-
XYZ51.6865.7250.52-
YUV203.45111.94105.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=30.07%
G=39.34%
B=30.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251750.2400.220.12123.446.977.84
HexACE1AF18016C7b2f4e
Octal254341257300261417357116
Binary10101100111000011010111111000010110110011110111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1AF; }

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

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

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

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

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

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

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

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