#A9D8AD

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

Shades of Celadon #A9D8AD

Tints of Celadon #A9D8AD

Color information

#A9D8AD (or 0xA9D8AD) is unknown color: approx Celadon. HEX triplet: A9, D8 and AD. RGB value is (169,216,173). Sum of RGB (Red+Green+Blue) = 169+216+173=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D8AD is #562752. Grayscale: #C5C5C5. Windows color (decimal): -5646163 or 11393193. OLE color: 11393193.

HSL color Cylindrical-coordinate representation of color #A9D8AD: hue angle of 125.11º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D8AD is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB169216173-
CMYK0.2200.200.15
HSL125.11º37.6%75.49%-
HSV(B)125.11º21.76%84.71%-
XYZ48.4660.5648.67-
YUV197.04114.43108-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.29%
GREEN value IS 216 (84.77% from 255) = 38.71%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=30.29%
G=38.71%
B=31.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692161730.2200.200.15125.1137.675.49
HexA9D8AD16014F7d264b
Octal251330255260241717546113
Binary10101001110110001010110110110010100111111111011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D8AD; }

 p { color: rgb(169,216,173); }

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

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

 a { background-color: rgb(169,216,173); }

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

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

 span { border-color: rgb(169,216,173); }

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