Shades of Celadon #9EE9AA
Tints of Celadon #9EE9AA
RGB
CMYK
RGB Variations
Color information
#9EE9AA (or 0x9EE9AA) is known color: Celadon. HEX triplet: 9E, E9 and AA. RGB value is (158,233,170). Sum of RGB (Red+Green+Blue) = 158+233+170=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE9AA is #611655. Grayscale: #CBCBCB. Windows color (decimal): -6362710 or 11200926. OLE color: 11200926.
HSL color Cylindrical-coordinate representation of color #9EE9AA: hue angle of 129.6º 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 #9EE9AA is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 170 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.09 |
| HSL | 129.6º | 0.63% | 0.77% | - |
| HSV(B) | 129.6º | 0.32% | 0.91% | - |
| XYZ | 50.5 | 68.45 | 48.58 | - |
| YUV | 203.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 170 | 0.32 | 0 | 0.27 | 0.09 | 129.6 | 0.63 | 0.77 |
| Hex | 9E | E9 | AA | 20 | 0 | 1B | 9 | 82 | 3F | 4D |
| Octal | 236 | 351 | 252 | 40 | 0 | 33 | 11 | 202 | 77 | 115 |
| Binary | 10011110 | 11101001 | 10101010 | 100000 | 0 | 11011 | 1001 | 10000010 | 111111 | 1001101 |
Color Harmonies of #9EE9AA
Complementary color
Monochromatic Colors of #9EE9AA
Black with #9EE9AA
Text Example
Text Example
White with #9EE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE9AA; }
p { color: rgb(158,233,170); }
H1.HeaderClassName
{
color: #9EE9AA;
}
.AnyTagClassName
{
color: #9EE9AA;
}
</style>
background-color css
<style>
a { background-color: #9EE9AA; }
a { background-color: rgb(158,233,170); }
div.DivClassName
{
background-color: #9EE9AA;
}
.BgClassName
{
background-color: #9EE9AA;
}
</style>
border-color css
<style>
span { border-color: #9EE9AA; }
span { border-color: rgb(158,233,170); }
td.TdClassName
{
border-color: #9EE9AA;
}
.TagClassName
{
border-color: #9EE9AA;
}
</style>