Shades of Celadon #9DE9AB
Tints of Celadon #9DE9AB
RGB
CMYK
RGB Variations
Color information
#9DE9AB (or 0x9DE9AB) is known color: Celadon. HEX triplet: 9D, E9 and AB. RGB value is (157,233,171). Sum of RGB (Red+Green+Blue) = 157+233+171=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE9AB is #621654. Grayscale: #CBCBCB. Windows color (decimal): -6428245 or 11266461. OLE color: 11266461.
HSL color Cylindrical-coordinate representation of color #9DE9AB: hue angle of 131.05º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9AB is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 233 | 171 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.09 |
| HSL | 131.05º | 0.63% | 0.76% | - |
| HSV(B) | 131.05º | 0.33% | 0.91% | - |
| XYZ | 50.39 | 68.39 | 49.07 | - |
| YUV | 203.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 171 | 0.33 | 0 | 0.27 | 0.09 | 131.05 | 0.63 | 0.76 |
| Hex | 9D | E9 | AB | 21 | 0 | 1B | 9 | 83 | 3F | 4C |
| Octal | 235 | 351 | 253 | 41 | 0 | 33 | 11 | 203 | 77 | 114 |
| Binary | 10011101 | 11101001 | 10101011 | 100001 | 0 | 11011 | 1001 | 10000011 | 111111 | 1001100 |
Color Harmonies of #9DE9AB
Complementary color
Monochromatic Colors of #9DE9AB
Black with #9DE9AB
Text Example
Text Example
White with #9DE9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE9AB; }
p { color: rgb(157,233,171); }
H1.HeaderClassName
{
color: #9DE9AB;
}
.AnyTagClassName
{
color: #9DE9AB;
}
</style>
background-color css
<style>
a { background-color: #9DE9AB; }
a { background-color: rgb(157,233,171); }
div.DivClassName
{
background-color: #9DE9AB;
}
.BgClassName
{
background-color: #9DE9AB;
}
</style>
border-color css
<style>
span { border-color: #9DE9AB; }
span { border-color: rgb(157,233,171); }
td.TdClassName
{
border-color: #9DE9AB;
}
.TagClassName
{
border-color: #9DE9AB;
}
</style>