Shades of Celadon #9DECA7
Tints of Celadon #9DECA7
RGB
CMYK
RGB Variations
Color information
#9DECA7 (or 0x9DECA7) is known color: Celadon. HEX triplet: 9D, EC and A7. RGB value is (157,236,167). Sum of RGB (Red+Green+Blue) = 157+236+167=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DECA7 is #621358. Grayscale: #CCCCCC. Windows color (decimal): -6427481 or 11005085. OLE color: 11005085.
HSL color Cylindrical-coordinate representation of color #9DECA7: hue angle of 127.59º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECA7 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 167 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.07 |
| HSL | 127.59º | 0.68% | 0.77% | - |
| HSV(B) | 127.59º | 0.33% | 0.93% | - |
| XYZ | 50.88 | 69.95 | 47.38 | - |
| YUV | 204.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 167 | 0.33 | 0 | 0.29 | 0.07 | 127.59 | 0.68 | 0.77 |
| Hex | 9D | EC | A7 | 21 | 0 | 1D | 7 | 80 | 44 | 4D |
| Octal | 235 | 354 | 247 | 41 | 0 | 35 | 7 | 200 | 104 | 115 |
| Binary | 10011101 | 11101100 | 10100111 | 100001 | 0 | 11101 | 111 | 10000000 | 1000100 | 1001101 |
Color Harmonies of #9DECA7
Complementary color
Monochromatic Colors of #9DECA7
Black with #9DECA7
Text Example
Text Example
White with #9DECA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DECA7; }
p { color: rgb(157,236,167); }
H1.HeaderClassName
{
color: #9DECA7;
}
.AnyTagClassName
{
color: #9DECA7;
}
</style>
background-color css
<style>
a { background-color: #9DECA7; }
a { background-color: rgb(157,236,167); }
div.DivClassName
{
background-color: #9DECA7;
}
.BgClassName
{
background-color: #9DECA7;
}
</style>
border-color css
<style>
span { border-color: #9DECA7; }
span { border-color: rgb(157,236,167); }
td.TdClassName
{
border-color: #9DECA7;
}
.TagClassName
{
border-color: #9DECA7;
}
</style>