#ACF2AD

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

Shades of Celadon #ACF2AD

Tints of Celadon #ACF2AD

Color information

#ACF2AD (or 0xACF2AD) is unknown color: approx Celadon. HEX triplet: AC, F2 and AD. RGB value is (172,242,173). Sum of RGB (Red+Green+Blue) = 172+242+173=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2AD is #530D52. Grayscale: #D5D5D5. Windows color (decimal): -5442899 or 11399852. OLE color: 11399852.

HSL color Cylindrical-coordinate representation of color #ACF2AD: hue angle of 120.86º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2AD is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB172242173-
CMYK0.2900.290.05
HSL120.86º72.92%81.18%-
HSV(B)120.86º28.93%94.9%-
XYZ56.3175.2951.1-
YUV213.2105.3198.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 242 (94.92% from 255) = 41.23%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=29.30%
G=41.23%
B=29.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421730.2900.290.05120.8672.9281.18
HexACF2AD1D01D5794951
Octal254362255350355171111121
Binary10101100111100101010110111101011101101111100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF2AD; }

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

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

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

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

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

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

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

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