Shades of Celadon #A8D7AD
Tints of Celadon #A8D7AD
RGB
CMYK
RGB Variations
Color information
#A8D7AD (or 0xA8D7AD) is known color: Celadon. HEX triplet: A8, D7 and AD. RGB value is (168,215,173). Sum of RGB (Red+Green+Blue) = 168+215+173=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D7AD is #572852. Grayscale: #C4C4C4. Windows color (decimal): -5711955 or 11392936. OLE color: 11392936.
HSL color Cylindrical-coordinate representation of color #A8D7AD: hue angle of 126.38º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D7AD is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 173 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.16 |
| HSL | 126.38º | 0.37% | 0.75% | - |
| HSV(B) | 126.38º | 0.22% | 0.84% | - |
| XYZ | 47.99 | 59.94 | 48.58 | - |
| YUV | 196.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 173 | 0.22 | 0 | 0.20 | 0.16 | 126.38 | 0.37 | 0.75 |
| Hex | A8 | D7 | AD | 16 | 0 | 14 | 10 | 7E | 25 | 4B |
| Octal | 250 | 327 | 255 | 26 | 0 | 24 | 20 | 176 | 45 | 113 |
| Binary | 10101000 | 11010111 | 10101101 | 10110 | 0 | 10100 | 10000 | 1111110 | 100101 | 1001011 |
Color Harmonies of #A8D7AD
Complementary color
Monochromatic Colors of #A8D7AD
Black with #A8D7AD
Text Example
Text Example
White with #A8D7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7AD; }
p { color: rgb(168,215,173); }
H1.HeaderClassName
{
color: #A8D7AD;
}
.AnyTagClassName
{
color: #A8D7AD;
}
</style>
background-color css
<style>
a { background-color: #A8D7AD; }
a { background-color: rgb(168,215,173); }
div.DivClassName
{
background-color: #A8D7AD;
}
.BgClassName
{
background-color: #A8D7AD;
}
</style>
border-color css
<style>
span { border-color: #A8D7AD; }
span { border-color: rgb(168,215,173); }
td.TdClassName
{
border-color: #A8D7AD;
}
.TagClassName
{
border-color: #A8D7AD;
}
</style>