#ACF8AE

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

Shades of Celadon #ACF8AE

Tints of Celadon #ACF8AE

Color information

#ACF8AE (or 0xACF8AE) is unknown color: approx Celadon. HEX triplet: AC, F8 and AE. RGB value is (172,248,174). Sum of RGB (Red+Green+Blue) = 172+248+174=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8AE is #530751. Grayscale: #D9D9D9. Windows color (decimal): -5441362 or 11466924. OLE color: 11466924.

HSL color Cylindrical-coordinate representation of color #ACF8AE: hue angle of 121.58º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8AE is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB172248174-
CMYK0.3100.300.03
HSL121.58º84.44%82.35%-
HSV(B)121.58º30.65%97.25%-
XYZ58.2278.9652.22-
YUV216.84103.8296.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 248 (97.27% from 255) = 41.75%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=28.96%
G=41.75%
B=29.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481740.3100.300.03121.5884.4482.35
HexACF8AE1F01E37a5452
Octal254370256370363172124122
Binary1010110011111000101011101111101111011111101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8AE; }

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

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

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

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

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

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

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

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