Shades of Bahia #9ECE16
Tints of Bahia #9ECE16
RGB
CMYK
RGB Variations
Color information
#9ECE16 (or 0x9ECE16) is known color: Bahia. HEX triplet: 9E, CE and 16. RGB value is (158,206,22). Sum of RGB (Red+Green+Blue) = 158+206+22=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECE16 is #6131E9. Grayscale: #ABABAB. Windows color (decimal): -6369770 or 1494686. OLE color: 1494686.
HSL color Cylindrical-coordinate representation of color #9ECE16: hue angle of 75.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9ECE16 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 22 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.19 |
| HSL | 75.65º | 0.81% | 0.45% | - |
| HSV(B) | 75.65º | 0.89% | 0.81% | - |
| XYZ | 36.32 | 51.47 | 8.78 | - |
| YUV | 170.67 | 44.1 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 22 | 0.23 | 0 | 0.89 | 0.19 | 75.65 | 0.81 | 0.45 |
| Hex | 9E | CE | 16 | 17 | 0 | 59 | 13 | 4C | 51 | 2D |
| Octal | 236 | 316 | 26 | 27 | 0 | 131 | 23 | 114 | 121 | 55 |
| Binary | 10011110 | 11001110 | 10110 | 10111 | 0 | 1011001 | 10011 | 1001100 | 1010001 | 101101 |
Color Harmonies of #9ECE16
Complementary color
Monochromatic Colors of #9ECE16
Black with #9ECE16
Text Example
Text Example
White with #9ECE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE16; }
p { color: rgb(158,206,22); }
H1.HeaderClassName
{
color: #9ECE16;
}
.AnyTagClassName
{
color: #9ECE16;
}
</style>
background-color css
<style>
a { background-color: #9ECE16; }
a { background-color: rgb(158,206,22); }
div.DivClassName
{
background-color: #9ECE16;
}
.BgClassName
{
background-color: #9ECE16;
}
</style>
border-color css
<style>
span { border-color: #9ECE16; }
span { border-color: rgb(158,206,22); }
td.TdClassName
{
border-color: #9ECE16;
}
.TagClassName
{
border-color: #9ECE16;
}
</style>