#ACF8AD

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

Shades of Celadon #ACF8AD

Tints of Celadon #ACF8AD

Color information

#ACF8AD (or 0xACF8AD) is unknown color: approx Celadon. HEX triplet: AC, F8 and AD. RGB value is (172,248,173). Sum of RGB (Red+Green+Blue) = 172+248+173=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8AD is #530752. Grayscale: #D8D8D8. Windows color (decimal): -5441363 or 11401388. OLE color: 11401388.

HSL color Cylindrical-coordinate representation of color #ACF8AD: hue angle of 120.79º 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 #ACF8AD is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB172248173-
CMYK0.3100.300.03
HSL120.79º84.44%82.35%-
HSV(B)120.79º30.65%97.25%-
XYZ58.1278.9251.71-
YUV216.73103.3296.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 248 (97.27% from 255) = 41.82%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=29.01%
G=41.82%
B=29.17%

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
Decimal1722481730.3100.300.03120.7984.4482.35
HexACF8AD1F01E3795452
Octal254370255370363171124122
Binary1010110011111000101011011111101111011111100110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8AD; }

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

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

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

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

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

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

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

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