Shades of Celadon #A8D9AD
Tints of Celadon #A8D9AD
RGB
CMYK
RGB Variations
Color information
#A8D9AD (or 0xA8D9AD) is known color: Celadon. HEX triplet: A8, D9 and AD. RGB value is (168,217,173). Sum of RGB (Red+Green+Blue) = 168+217+173=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D9AD is #572652. Grayscale: #C5C5C5. Windows color (decimal): -5711443 or 11393448. OLE color: 11393448.
HSL color Cylindrical-coordinate representation of color #A8D9AD: hue angle of 126.12º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9AD is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 173 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.15 |
| HSL | 126.12º | 0.39% | 0.75% | - |
| HSV(B) | 126.12º | 0.23% | 0.85% | - |
| XYZ | 48.5 | 60.97 | 48.75 | - |
| YUV | 197.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 173 | 0.23 | 0 | 0.20 | 0.15 | 126.12 | 0.39 | 0.75 |
| Hex | A8 | D9 | AD | 17 | 0 | 14 | F | 7E | 27 | 4B |
| Octal | 250 | 331 | 255 | 27 | 0 | 24 | 17 | 176 | 47 | 113 |
| Binary | 10101000 | 11011001 | 10101101 | 10111 | 0 | 10100 | 1111 | 1111110 | 100111 | 1001011 |
Color Harmonies of #A8D9AD
Complementary color
Monochromatic Colors of #A8D9AD
Black with #A8D9AD
Text Example
Text Example
White with #A8D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9AD; }
p { color: rgb(168,217,173); }
H1.HeaderClassName
{
color: #A8D9AD;
}
.AnyTagClassName
{
color: #A8D9AD;
}
</style>
background-color css
<style>
a { background-color: #A8D9AD; }
a { background-color: rgb(168,217,173); }
div.DivClassName
{
background-color: #A8D9AD;
}
.BgClassName
{
background-color: #A8D9AD;
}
</style>
border-color css
<style>
span { border-color: #A8D9AD; }
span { border-color: rgb(168,217,173); }
td.TdClassName
{
border-color: #A8D9AD;
}
.TagClassName
{
border-color: #A8D9AD;
}
</style>