#ACE5AE

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

Shades of Celadon #ACE5AE

Tints of Celadon #ACE5AE

Color information

#ACE5AE (or 0xACE5AE) is unknown color: approx Celadon. HEX triplet: AC, E5 and AE. RGB value is (172,229,174). Sum of RGB (Red+Green+Blue) = 172+229+174=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE5AE is #531A51. Grayscale: #CDCDCD. Windows color (decimal): -5446226 or 11462060. OLE color: 11462060.

HSL color Cylindrical-coordinate representation of color #ACE5AE: hue angle of 122.11º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5AE is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB172229174-
CMYK0.2500.240.10
HSL122.11º52.29%78.63%-
HSV(B)122.11º24.89%89.8%-
XYZ52.6767.8750.37-
YUV205.69110.12103.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 229 (89.84% from 255) = 39.83%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=29.91%
G=39.83%
B=30.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722291740.2500.240.10122.1152.2978.63
HexACE5AE19018A7a344f
Octal254345256310301217264117
Binary10101100111001011010111011001011000101011110101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5AE; }

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

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

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

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

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

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

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

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