#ACF4AD

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

Shades of Celadon #ACF4AD

Tints of Celadon #ACF4AD

Color information

#ACF4AD (or 0xACF4AD) is unknown color: approx Celadon. HEX triplet: AC, F4 and AD. RGB value is (172,244,173). Sum of RGB (Red+Green+Blue) = 172+244+173=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF4AD is #530B52. Grayscale: #D6D6D6. Windows color (decimal): -5442387 or 11400364. OLE color: 11400364.

HSL color Cylindrical-coordinate representation of color #ACF4AD: hue angle of 120.83º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4AD is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB172244173-
CMYK0.3000.290.04
HSL120.83º76.6%81.57%-
HSV(B)120.83º29.51%95.69%-
XYZ56.9176.4951.3-
YUV214.38104.6597.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 244 (95.70% from 255) = 41.43%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=29.20%
G=41.43%
B=29.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722441730.3000.290.04120.8376.681.57
HexACF4AD1E01D4794d52
Octal254364255360354171115122
Binary10101100111101001010110111110011101100111100110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF4AD; }

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

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

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

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

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

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

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

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