Shades of Bahia #9EC61F
Tints of Bahia #9EC61F
RGB
CMYK
RGB Variations
Color information
#9EC61F (or 0x9EC61F) is known color: Bahia. HEX triplet: 9E, C6 and 1F. RGB value is (158,198,31). Sum of RGB (Red+Green+Blue) = 158+198+31=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC61F is #6139E0. Grayscale: #A7A7A7. Windows color (decimal): -6371809 or 2082462. OLE color: 2082462.
HSL color Cylindrical-coordinate representation of color #9EC61F: hue angle of 74.37º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EC61F is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 31 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.22 |
| HSL | 74.37º | 0.73% | 0.45% | - |
| HSV(B) | 74.37º | 0.84% | 0.78% | - |
| XYZ | 34.54 | 47.76 | 8.69 | - |
| YUV | 167 | 51.25 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 31 | 0.20 | 0 | 0.84 | 0.22 | 74.37 | 0.73 | 0.45 |
| Hex | 9E | C6 | 1F | 14 | 0 | 54 | 16 | 4A | 49 | 2D |
| Octal | 236 | 306 | 37 | 24 | 0 | 124 | 26 | 112 | 111 | 55 |
| Binary | 10011110 | 11000110 | 11111 | 10100 | 0 | 1010100 | 10110 | 1001010 | 1001001 | 101101 |
Color Harmonies of #9EC61F
Complementary color
Monochromatic Colors of #9EC61F
Black with #9EC61F
Text Example
Text Example
White with #9EC61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC61F; }
p { color: rgb(158,198,31); }
H1.HeaderClassName
{
color: #9EC61F;
}
.AnyTagClassName
{
color: #9EC61F;
}
</style>
background-color css
<style>
a { background-color: #9EC61F; }
a { background-color: rgb(158,198,31); }
div.DivClassName
{
background-color: #9EC61F;
}
.BgClassName
{
background-color: #9EC61F;
}
</style>
border-color css
<style>
span { border-color: #9EC61F; }
span { border-color: rgb(158,198,31); }
td.TdClassName
{
border-color: #9EC61F;
}
.TagClassName
{
border-color: #9EC61F;
}
</style>