#ACF9AD

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

Shades of Celadon #ACF9AD

Tints of Celadon #ACF9AD

Color information

#ACF9AD (or 0xACF9AD) is unknown color: approx Celadon. HEX triplet: AC, F9 and AD. RGB value is (172,249,173). Sum of RGB (Red+Green+Blue) = 172+249+173=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF9AD is #530652. Grayscale: #D9D9D9. Windows color (decimal): -5441107 or 11401644. OLE color: 11401644.

HSL color Cylindrical-coordinate representation of color #ACF9AD: hue angle of 120.78º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9AD is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB172249173-
CMYK0.3100.310.02
HSL120.78º86.52%82.55%-
HSV(B)120.78º30.92%97.65%-
XYZ58.4379.5451.81-
YUV217.31102.9995.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 249 (97.66% from 255) = 41.92%
BLUE value IS 173 (67.97% from 255) = 29.12%
R=28.96%
G=41.92%
B=29.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491730.3100.310.02120.7886.5282.55
HexACF9AD1F01F2795753
Octal254371255370372171127123
Binary1010110011111001101011011111101111110111100110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9AD; }

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

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

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

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

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

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

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

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