Shades of Bahia #9ECF16
Tints of Bahia #9ECF16
RGB
CMYK
RGB Variations
Color information
#9ECF16 (or 0x9ECF16) is known color: Bahia. HEX triplet: 9E, CF and 16. RGB value is (158,207,22). Sum of RGB (Red+Green+Blue) = 158+207+22=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECF16 is #6130E9. Grayscale: #ABABAB. Windows color (decimal): -6369514 or 1494942. OLE color: 1494942.
HSL color Cylindrical-coordinate representation of color #9ECF16: hue angle of 75.89º 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 #9ECF16 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 22 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.19 |
| HSL | 75.89º | 0.81% | 0.45% | - |
| HSV(B) | 75.89º | 0.89% | 0.81% | - |
| XYZ | 36.56 | 51.95 | 8.86 | - |
| YUV | 171.26 | 43.77 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 22 | 0.24 | 0 | 0.89 | 0.19 | 75.89 | 0.81 | 0.45 |
| Hex | 9E | CF | 16 | 18 | 0 | 59 | 13 | 4C | 51 | 2D |
| Octal | 236 | 317 | 26 | 30 | 0 | 131 | 23 | 114 | 121 | 55 |
| Binary | 10011110 | 11001111 | 10110 | 11000 | 0 | 1011001 | 10011 | 1001100 | 1010001 | 101101 |
Color Harmonies of #9ECF16
Complementary color
Monochromatic Colors of #9ECF16
Black with #9ECF16
Text Example
Text Example
White with #9ECF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF16; }
p { color: rgb(158,207,22); }
H1.HeaderClassName
{
color: #9ECF16;
}
.AnyTagClassName
{
color: #9ECF16;
}
</style>
background-color css
<style>
a { background-color: #9ECF16; }
a { background-color: rgb(158,207,22); }
div.DivClassName
{
background-color: #9ECF16;
}
.BgClassName
{
background-color: #9ECF16;
}
</style>
border-color css
<style>
span { border-color: #9ECF16; }
span { border-color: rgb(158,207,22); }
td.TdClassName
{
border-color: #9ECF16;
}
.TagClassName
{
border-color: #9ECF16;
}
</style>