Shades of Celadon #9DE8AD
Tints of Celadon #9DE8AD
RGB
CMYK
RGB Variations
Color information
#9DE8AD (or 0x9DE8AD) is known color: Celadon. HEX triplet: 9D, E8 and AD. RGB value is (157,232,173). Sum of RGB (Red+Green+Blue) = 157+232+173=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE8AD is #621752. Grayscale: #CBCBCB. Windows color (decimal): -6428499 or 11397277. OLE color: 11397277.
HSL color Cylindrical-coordinate representation of color #9DE8AD: hue angle of 132.8º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE8AD is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 232 | 173 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.09 |
| HSL | 132.8º | 0.62% | 0.76% | - |
| HSV(B) | 132.8º | 0.32% | 0.91% | - |
| XYZ | 50.3 | 67.9 | 49.99 | - |
| YUV | 202.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 232 | 173 | 0.32 | 0 | 0.25 | 0.09 | 132.8 | 0.62 | 0.76 |
| Hex | 9D | E8 | AD | 20 | 0 | 19 | 9 | 85 | 3E | 4C |
| Octal | 235 | 350 | 255 | 40 | 0 | 31 | 11 | 205 | 76 | 114 |
| Binary | 10011101 | 11101000 | 10101101 | 100000 | 0 | 11001 | 1001 | 10000101 | 111110 | 1001100 |
Color Harmonies of #9DE8AD
Complementary color
Monochromatic Colors of #9DE8AD
Black with #9DE8AD
Text Example
Text Example
White with #9DE8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE8AD; }
p { color: rgb(157,232,173); }
H1.HeaderClassName
{
color: #9DE8AD;
}
.AnyTagClassName
{
color: #9DE8AD;
}
</style>
background-color css
<style>
a { background-color: #9DE8AD; }
a { background-color: rgb(157,232,173); }
div.DivClassName
{
background-color: #9DE8AD;
}
.BgClassName
{
background-color: #9DE8AD;
}
</style>
border-color css
<style>
span { border-color: #9DE8AD; }
span { border-color: rgb(157,232,173); }
td.TdClassName
{
border-color: #9DE8AD;
}
.TagClassName
{
border-color: #9DE8AD;
}
</style>