Shades of Celadon #9DE9AC
Tints of Celadon #9DE9AC
RGB
CMYK
RGB Variations
Color information
#9DE9AC (or 0x9DE9AC) is known color: Celadon. HEX triplet: 9D, E9 and AC. RGB value is (157,233,172). Sum of RGB (Red+Green+Blue) = 157+233+172=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE9AC is #621653. Grayscale: #CBCBCB. Windows color (decimal): -6428244 or 11331997. OLE color: 11331997.
HSL color Cylindrical-coordinate representation of color #9DE9AC: hue angle of 131.84º 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 #9DE9AC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 233 | 172 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.09 |
| HSL | 131.84º | 0.63% | 0.76% | - |
| HSV(B) | 131.84º | 0.33% | 0.91% | - |
| XYZ | 50.49 | 68.42 | 49.58 | - |
| YUV | 203.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 172 | 0.33 | 0 | 0.26 | 0.09 | 131.84 | 0.63 | 0.76 |
| Hex | 9D | E9 | AC | 21 | 0 | 1A | 9 | 84 | 3F | 4C |
| Octal | 235 | 351 | 254 | 41 | 0 | 32 | 11 | 204 | 77 | 114 |
| Binary | 10011101 | 11101001 | 10101100 | 100001 | 0 | 11010 | 1001 | 10000100 | 111111 | 1001100 |
Color Harmonies of #9DE9AC
Complementary color
Monochromatic Colors of #9DE9AC
Black with #9DE9AC
Text Example
Text Example
White with #9DE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE9AC; }
p { color: rgb(157,233,172); }
H1.HeaderClassName
{
color: #9DE9AC;
}
.AnyTagClassName
{
color: #9DE9AC;
}
</style>
background-color css
<style>
a { background-color: #9DE9AC; }
a { background-color: rgb(157,233,172); }
div.DivClassName
{
background-color: #9DE9AC;
}
.BgClassName
{
background-color: #9DE9AC;
}
</style>
border-color css
<style>
span { border-color: #9DE9AC; }
span { border-color: rgb(157,233,172); }
td.TdClassName
{
border-color: #9DE9AC;
}
.TagClassName
{
border-color: #9DE9AC;
}
</style>