Shades of Bahia #9EC619
Tints of Bahia #9EC619
RGB
CMYK
RGB Variations
Color information
#9EC619 (or 0x9EC619) is known color: Bahia. HEX triplet: 9E, C6 and 19. RGB value is (158,198,25). Sum of RGB (Red+Green+Blue) = 158+198+25=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC619 is #6139E6. Grayscale: #A6A6A6. Windows color (decimal): -6371815 or 1689246. OLE color: 1689246.
HSL color Cylindrical-coordinate representation of color #9EC619: hue angle of 73.87º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9EC619 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 25 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.22 |
| HSL | 73.87º | 0.78% | 0.44% | - |
| HSV(B) | 73.87º | 0.87% | 0.78% | - |
| XYZ | 34.47 | 47.73 | 8.32 | - |
| YUV | 166.32 | 48.25 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 25 | 0.20 | 0 | 0.87 | 0.22 | 73.87 | 0.78 | 0.44 |
| Hex | 9E | C6 | 19 | 14 | 0 | 57 | 16 | 4A | 4E | 2C |
| Octal | 236 | 306 | 31 | 24 | 0 | 127 | 26 | 112 | 116 | 54 |
| Binary | 10011110 | 11000110 | 11001 | 10100 | 0 | 1010111 | 10110 | 1001010 | 1001110 | 101100 |
Color Harmonies of #9EC619
Complementary color
Monochromatic Colors of #9EC619
Black with #9EC619
Text Example
Text Example
White with #9EC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC619; }
p { color: rgb(158,198,25); }
H1.HeaderClassName
{
color: #9EC619;
}
.AnyTagClassName
{
color: #9EC619;
}
</style>
background-color css
<style>
a { background-color: #9EC619; }
a { background-color: rgb(158,198,25); }
div.DivClassName
{
background-color: #9EC619;
}
.BgClassName
{
background-color: #9EC619;
}
</style>
border-color css
<style>
span { border-color: #9EC619; }
span { border-color: rgb(158,198,25); }
td.TdClassName
{
border-color: #9EC619;
}
.TagClassName
{
border-color: #9EC619;
}
</style>