Shades of Bahia #9EC913
Tints of Bahia #9EC913
RGB
CMYK
RGB Variations
Color information
#9EC913 (or 0x9EC913) is known color: Bahia. HEX triplet: 9E, C9 and 13. RGB value is (158,201,19). Sum of RGB (Red+Green+Blue) = 158+201+19=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC913 is #6136EC. Grayscale: #A8A8A8. Windows color (decimal): -6371053 or 1296798. OLE color: 1296798.
HSL color Cylindrical-coordinate representation of color #9EC913: hue angle of 74.18º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EC913 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 19 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.21 |
| HSL | 74.18º | 0.83% | 0.43% | - |
| HSV(B) | 74.18º | 0.91% | 0.79% | - |
| XYZ | 35.1 | 49.09 | 8.24 | - |
| YUV | 167.4 | 44.25 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 19 | 0.21 | 0 | 0.91 | 0.21 | 74.18 | 0.83 | 0.43 |
| Hex | 9E | C9 | 13 | 15 | 0 | 5B | 15 | 4A | 53 | 2B |
| Octal | 236 | 311 | 23 | 25 | 0 | 133 | 25 | 112 | 123 | 53 |
| Binary | 10011110 | 11001001 | 10011 | 10101 | 0 | 1011011 | 10101 | 1001010 | 1010011 | 101011 |
Color Harmonies of #9EC913
Complementary color
Monochromatic Colors of #9EC913
Black with #9EC913
Text Example
Text Example
White with #9EC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC913; }
p { color: rgb(158,201,19); }
H1.HeaderClassName
{
color: #9EC913;
}
.AnyTagClassName
{
color: #9EC913;
}
</style>
background-color css
<style>
a { background-color: #9EC913; }
a { background-color: rgb(158,201,19); }
div.DivClassName
{
background-color: #9EC913;
}
.BgClassName
{
background-color: #9EC913;
}
</style>
border-color css
<style>
span { border-color: #9EC913; }
span { border-color: rgb(158,201,19); }
td.TdClassName
{
border-color: #9EC913;
}
.TagClassName
{
border-color: #9EC913;
}
</style>