Shades of Celadon #9EE9A9
Tints of Celadon #9EE9A9
RGB
CMYK
RGB Variations
Color information
#9EE9A9 (or 0x9EE9A9) is known color: Celadon. HEX triplet: 9E, E9 and A9. RGB value is (158,233,169). Sum of RGB (Red+Green+Blue) = 158+233+169=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE9A9 is #611656. Grayscale: #CBCBCB. Windows color (decimal): -6362711 or 11135390. OLE color: 11135390.
HSL color Cylindrical-coordinate representation of color #9EE9A9: hue angle of 128.8º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE9A9 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 169 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.09 |
| HSL | 128.8º | 0.63% | 0.77% | - |
| HSV(B) | 128.8º | 0.32% | 0.91% | - |
| XYZ | 50.4 | 68.41 | 48.08 | - |
| YUV | 203.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 169 | 0.32 | 0 | 0.27 | 0.09 | 128.8 | 0.63 | 0.77 |
| Hex | 9E | E9 | A9 | 20 | 0 | 1B | 9 | 81 | 3F | 4D |
| Octal | 236 | 351 | 251 | 40 | 0 | 33 | 11 | 201 | 77 | 115 |
| Binary | 10011110 | 11101001 | 10101001 | 100000 | 0 | 11011 | 1001 | 10000001 | 111111 | 1001101 |
Color Harmonies of #9EE9A9
Complementary color
Monochromatic Colors of #9EE9A9
Black with #9EE9A9
Text Example
Text Example
White with #9EE9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE9A9; }
p { color: rgb(158,233,169); }
H1.HeaderClassName
{
color: #9EE9A9;
}
.AnyTagClassName
{
color: #9EE9A9;
}
</style>
background-color css
<style>
a { background-color: #9EE9A9; }
a { background-color: rgb(158,233,169); }
div.DivClassName
{
background-color: #9EE9A9;
}
.BgClassName
{
background-color: #9EE9A9;
}
</style>
border-color css
<style>
span { border-color: #9EE9A9; }
span { border-color: rgb(158,233,169); }
td.TdClassName
{
border-color: #9EE9A9;
}
.TagClassName
{
border-color: #9EE9A9;
}
</style>