#ACD6AF

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

Shades of Celadon #ACD6AF

Tints of Celadon #ACD6AF

Color information

#ACD6AF (or 0xACD6AF) is unknown color: approx Celadon. HEX triplet: AC, D6 and AF. RGB value is (172,214,175). Sum of RGB (Red+Green+Blue) = 172+214+175=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD6AF is #532950. Grayscale: #C5C5C5. Windows color (decimal): -5450065 or 11523756. OLE color: 11523756.

HSL color Cylindrical-coordinate representation of color #ACD6AF: hue angle of 124.29º degrees, saturation: 0.34, 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 #ACD6AF is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB172214175-
CMYK0.2000.180.16
HSL124.29º33.87%75.69%-
HSV(B)124.29º19.63%83.92%-
XYZ48.859.9649.56-
YUV197115.59110.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=30.66%
G=38.15%
B=31.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141750.2000.180.16124.2933.8775.69
HexACD6AF14012107c224c
Octal254326257240222017442114
Binary101011001101011010101111101000100101000011111001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6AF; }

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

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

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

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

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

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

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

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