#ACD9AF

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

Shades of Celadon #ACD9AF

Tints of Celadon #ACD9AF

Color information

#ACD9AF (or 0xACD9AF) is unknown color: approx Celadon. HEX triplet: AC, D9 and AF. RGB value is (172,217,175). Sum of RGB (Red+Green+Blue) = 172+217+175=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD9AF is #532650. Grayscale: #C6C6C6. Windows color (decimal): -5449297 or 11524524. OLE color: 11524524.

HSL color Cylindrical-coordinate representation of color #ACD9AF: hue angle of 124º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9AF is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB172217175-
CMYK0.2100.190.15
HSL124º37.19%76.27%-
HSV(B)124º20.74%85.1%-
XYZ49.5661.4949.81-
YUV198.76114.59108.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=30.50%
G=38.48%
B=31.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722171750.2100.190.1512437.1976.27
HexACD9AF15013F7c254c
Octal254331257250231717445114
Binary10101100110110011010111110101010011111111111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9AF; }

 p { color: rgb(172,217,175); }

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

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

 a { background-color: rgb(172,217,175); }

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

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

 span { border-color: rgb(172,217,175); }

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