#ACE3AF

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

Shades of Celadon #ACE3AF

Tints of Celadon #ACE3AF

Color information

#ACE3AF (or 0xACE3AF) is unknown color: approx Celadon. HEX triplet: AC, E3 and AF. RGB value is (172,227,175). Sum of RGB (Red+Green+Blue) = 172+227+175=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE3AF is #531C50. Grayscale: #CCCCCC. Windows color (decimal): -5446737 or 11527084. OLE color: 11527084.

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

Color convert

RGB172227175-
CMYK0.2400.230.11
HSL123.27º49.55%78.24%-
HSV(B)123.27º24.23%89.02%-
XYZ52.2266.850.7-
YUV204.63111.28104.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 227 (89.06% from 255) = 39.55%
BLUE value IS 175 (68.75% from 255) = 30.49%
R=29.97%
G=39.55%
B=30.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271750.2400.230.11123.2749.5578.24
HexACE3AF18017B7b324e
Octal254343257300271317362116
Binary10101100111000111010111111000010111101111110111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3AF; }

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

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

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

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

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

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

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

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