#ACD7AF

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

Shades of Celadon #ACD7AF

Tints of Celadon #ACD7AF

Color information

#ACD7AF (or 0xACD7AF) is unknown color: approx Celadon. HEX triplet: AC, D7 and AF. RGB value is (172,215,175). Sum of RGB (Red+Green+Blue) = 172+215+175=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD7AF is #532850. Grayscale: #C5C5C5. Windows color (decimal): -5449809 or 11524012. OLE color: 11524012.

HSL color Cylindrical-coordinate representation of color #ACD7AF: hue angle of 124.19º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7AF is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB172215175-
CMYK0.200.190.16
HSL124.19º34.96%75.88%-
HSV(B)124.19º20%84.31%-
XYZ49.0560.4749.64-
YUV197.58115.25109.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 215 (84.38% from 255) = 38.26%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=30.60%
G=38.26%
B=31.14%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151750.200.190.16124.1934.9675.88
HexACD7AF14013107c234c
Octal254327257240232017443114
Binary101011001101011110101111101000100111000011111001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7AF; }

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

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

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

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

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

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

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

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