Shades of Celadon #9EE9AC
Tints of Celadon #9EE9AC
RGB
CMYK
RGB Variations
Color information
#9EE9AC (or 0x9EE9AC) is known color: Celadon. HEX triplet: 9E, E9 and AC. RGB value is (158,233,172). Sum of RGB (Red+Green+Blue) = 158+233+172=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE9AC is #611653. Grayscale: #CBCBCB. Windows color (decimal): -6362708 or 11331998. OLE color: 11331998.
HSL color Cylindrical-coordinate representation of color #9EE9AC: hue angle of 131.2º 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 #9EE9AC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 172 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.09 |
| HSL | 131.2º | 0.63% | 0.77% | - |
| HSV(B) | 131.2º | 0.32% | 0.91% | - |
| XYZ | 50.69 | 68.53 | 49.59 | - |
| YUV | 203.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 172 | 0.32 | 0 | 0.26 | 0.09 | 131.2 | 0.63 | 0.77 |
| Hex | 9E | E9 | AC | 20 | 0 | 1A | 9 | 83 | 3F | 4D |
| Octal | 236 | 351 | 254 | 40 | 0 | 32 | 11 | 203 | 77 | 115 |
| Binary | 10011110 | 11101001 | 10101100 | 100000 | 0 | 11010 | 1001 | 10000011 | 111111 | 1001101 |
Color Harmonies of #9EE9AC
Complementary color
Monochromatic Colors of #9EE9AC
Black with #9EE9AC
Text Example
Text Example
White with #9EE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE9AC; }
p { color: rgb(158,233,172); }
H1.HeaderClassName
{
color: #9EE9AC;
}
.AnyTagClassName
{
color: #9EE9AC;
}
</style>
background-color css
<style>
a { background-color: #9EE9AC; }
a { background-color: rgb(158,233,172); }
div.DivClassName
{
background-color: #9EE9AC;
}
.BgClassName
{
background-color: #9EE9AC;
}
</style>
border-color css
<style>
span { border-color: #9EE9AC; }
span { border-color: rgb(158,233,172); }
td.TdClassName
{
border-color: #9EE9AC;
}
.TagClassName
{
border-color: #9EE9AC;
}
</style>