Shades of Bahia #9EC717
Tints of Bahia #9EC717
RGB
CMYK
RGB Variations
Color information
#9EC717 (or 0x9EC717) is known color: Bahia. HEX triplet: 9E, C7 and 17. RGB value is (158,199,23). Sum of RGB (Red+Green+Blue) = 158+199+23=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC717 is #6138E8. Grayscale: #A7A7A7. Windows color (decimal): -6371561 or 1558430. OLE color: 1558430.
HSL color Cylindrical-coordinate representation of color #9EC717: hue angle of 73.98º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9EC717 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 23 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.22 |
| HSL | 73.98º | 0.79% | 0.44% | - |
| HSV(B) | 73.98º | 0.88% | 0.78% | - |
| XYZ | 34.68 | 48.18 | 8.28 | - |
| YUV | 166.68 | 46.92 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 23 | 0.21 | 0 | 0.88 | 0.22 | 73.98 | 0.79 | 0.44 |
| Hex | 9E | C7 | 17 | 15 | 0 | 58 | 16 | 4A | 4F | 2C |
| Octal | 236 | 307 | 27 | 25 | 0 | 130 | 26 | 112 | 117 | 54 |
| Binary | 10011110 | 11000111 | 10111 | 10101 | 0 | 1011000 | 10110 | 1001010 | 1001111 | 101100 |
Color Harmonies of #9EC717
Complementary color
Monochromatic Colors of #9EC717
Black with #9EC717
Text Example
Text Example
White with #9EC717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC717; }
p { color: rgb(158,199,23); }
H1.HeaderClassName
{
color: #9EC717;
}
.AnyTagClassName
{
color: #9EC717;
}
</style>
background-color css
<style>
a { background-color: #9EC717; }
a { background-color: rgb(158,199,23); }
div.DivClassName
{
background-color: #9EC717;
}
.BgClassName
{
background-color: #9EC717;
}
</style>
border-color css
<style>
span { border-color: #9EC717; }
span { border-color: rgb(158,199,23); }
td.TdClassName
{
border-color: #9EC717;
}
.TagClassName
{
border-color: #9EC717;
}
</style>