Shades of Bahia #9EC51F
Tints of Bahia #9EC51F
RGB
CMYK
RGB Variations
Color information
#9EC51F (or 0x9EC51F) is known color: Bahia. HEX triplet: 9E, C5 and 1F. RGB value is (158,197,31). Sum of RGB (Red+Green+Blue) = 158+197+31=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC51F is #613AE0. Grayscale: #A7A7A7. Windows color (decimal): -6372065 or 2082206. OLE color: 2082206.
HSL color Cylindrical-coordinate representation of color #9EC51F: hue angle of 74.1º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EC51F is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 31 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.23 |
| HSL | 74.1º | 0.73% | 0.45% | - |
| HSV(B) | 74.1º | 0.84% | 0.77% | - |
| XYZ | 34.31 | 47.3 | 8.62 | - |
| YUV | 166.42 | 51.58 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 31 | 0.20 | 0 | 0.84 | 0.23 | 74.1 | 0.73 | 0.45 |
| Hex | 9E | C5 | 1F | 14 | 0 | 54 | 17 | 4A | 49 | 2D |
| Octal | 236 | 305 | 37 | 24 | 0 | 124 | 27 | 112 | 111 | 55 |
| Binary | 10011110 | 11000101 | 11111 | 10100 | 0 | 1010100 | 10111 | 1001010 | 1001001 | 101101 |
Color Harmonies of #9EC51F
Complementary color
Monochromatic Colors of #9EC51F
Black with #9EC51F
Text Example
Text Example
White with #9EC51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC51F; }
p { color: rgb(158,197,31); }
H1.HeaderClassName
{
color: #9EC51F;
}
.AnyTagClassName
{
color: #9EC51F;
}
</style>
background-color css
<style>
a { background-color: #9EC51F; }
a { background-color: rgb(158,197,31); }
div.DivClassName
{
background-color: #9EC51F;
}
.BgClassName
{
background-color: #9EC51F;
}
</style>
border-color css
<style>
span { border-color: #9EC51F; }
span { border-color: rgb(158,197,31); }
td.TdClassName
{
border-color: #9EC51F;
}
.TagClassName
{
border-color: #9EC51F;
}
</style>