Shades of Celadon #A9DCB0
Tints of Celadon #A9DCB0
RGB
CMYK
RGB Variations
Color information
#A9DCB0 (or 0xA9DCB0) is known color: Celadon. HEX triplet: A9, DC and B0. RGB value is (169,220,176). Sum of RGB (Red+Green+Blue) = 169+220+176=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCB0 is #56234F. Grayscale: #C7C7C7. Windows color (decimal): -5645136 or 11590825. OLE color: 11590825.
HSL color Cylindrical-coordinate representation of color #A9DCB0: hue angle of 128.24º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCB0 is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 176 | - |
| CMYK | 0.23 | 0 | 0.2 | 0.14 |
| HSL | 128.24º | 0.42% | 0.76% | - |
| HSV(B) | 128.24º | 0.23% | 0.86% | - |
| XYZ | 49.79 | 62.76 | 50.56 | - |
| YUV | 199.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 176 | 0.23 | 0 | 0.2 | 0.14 | 128.24 | 0.42 | 0.76 |
| Hex | A9 | DC | B0 | 17 | 0 | 14 | E | 80 | 2A | 4C |
| Octal | 251 | 334 | 260 | 27 | 0 | 24 | 16 | 200 | 52 | 114 |
| Binary | 10101001 | 11011100 | 10110000 | 10111 | 0 | 10100 | 1110 | 10000000 | 101010 | 1001100 |
Color Harmonies of #A9DCB0
Complementary color
Monochromatic Colors of #A9DCB0
Black with #A9DCB0
Text Example
Text Example
White with #A9DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCB0; }
p { color: rgb(169,220,176); }
H1.HeaderClassName
{
color: #A9DCB0;
}
.AnyTagClassName
{
color: #A9DCB0;
}
</style>
background-color css
<style>
a { background-color: #A9DCB0; }
a { background-color: rgb(169,220,176); }
div.DivClassName
{
background-color: #A9DCB0;
}
.BgClassName
{
background-color: #A9DCB0;
}
</style>
border-color css
<style>
span { border-color: #A9DCB0; }
span { border-color: rgb(169,220,176); }
td.TdClassName
{
border-color: #A9DCB0;
}
.TagClassName
{
border-color: #A9DCB0;
}
</style>