#A9D5AD

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

Shades of Celadon #A9D5AD

Tints of Celadon #A9D5AD

Color information

#A9D5AD (or 0xA9D5AD) is unknown color: approx Celadon. HEX triplet: A9, D5 and AD. RGB value is (169,213,173). Sum of RGB (Red+Green+Blue) = 169+213+173=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D5AD is #562A52. Grayscale: #C3C3C3. Windows color (decimal): -5646931 or 11392425. OLE color: 11392425.

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

Color convert

RGB169213173-
CMYK0.2100.190.16
HSL125.45º34.38%74.9%-
HSV(B)125.45º20.66%83.53%-
XYZ47.759.0448.42-
YUV195.28115.42109.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=30.45%
G=38.38%
B=31.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692131730.2100.190.16125.4534.3874.9
HexA9D5AD15013107d224b
Octal251325255250232017542113
Binary101010011101010110101101101010100111000011111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D5AD; }

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

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

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

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

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

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

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

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