Shades of Celadon #9DECA5
Tints of Celadon #9DECA5
RGB
CMYK
RGB Variations
Color information
#9DECA5 (or 0x9DECA5) is known color: Celadon. HEX triplet: 9D, EC and A5. RGB value is (157,236,165). Sum of RGB (Red+Green+Blue) = 157+236+165=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DECA5 is #62135A. Grayscale: #CCCCCC. Windows color (decimal): -6427483 or 10874013. OLE color: 10874013.
HSL color Cylindrical-coordinate representation of color #9DECA5: hue angle of 126.08º 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 #9DECA5 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 165 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.07 |
| HSL | 126.08º | 0.68% | 0.77% | - |
| HSV(B) | 126.08º | 0.33% | 0.93% | - |
| XYZ | 50.69 | 69.88 | 46.41 | - |
| YUV | 204.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 165 | 0.33 | 0 | 0.30 | 0.07 | 126.08 | 0.68 | 0.77 |
| Hex | 9D | EC | A5 | 21 | 0 | 1E | 7 | 7E | 44 | 4D |
| Octal | 235 | 354 | 245 | 41 | 0 | 36 | 7 | 176 | 104 | 115 |
| Binary | 10011101 | 11101100 | 10100101 | 100001 | 0 | 11110 | 111 | 1111110 | 1000100 | 1001101 |
Color Harmonies of #9DECA5
Complementary color
Monochromatic Colors of #9DECA5
Black with #9DECA5
Text Example
Text Example
White with #9DECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DECA5; }
p { color: rgb(157,236,165); }
H1.HeaderClassName
{
color: #9DECA5;
}
.AnyTagClassName
{
color: #9DECA5;
}
</style>
background-color css
<style>
a { background-color: #9DECA5; }
a { background-color: rgb(157,236,165); }
div.DivClassName
{
background-color: #9DECA5;
}
.BgClassName
{
background-color: #9DECA5;
}
</style>
border-color css
<style>
span { border-color: #9DECA5; }
span { border-color: rgb(157,236,165); }
td.TdClassName
{
border-color: #9DECA5;
}
.TagClassName
{
border-color: #9DECA5;
}
</style>