Shades of Bahia #9EC313
Tints of Bahia #9EC313
RGB
CMYK
RGB Variations
Color information
#9EC313 (or 0x9EC313) is known color: Bahia. HEX triplet: 9E, C3 and 13. RGB value is (158,195,19). Sum of RGB (Red+Green+Blue) = 158+195+19=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC313 is #613CEC. Grayscale: #A4A4A4. Windows color (decimal): -6372589 or 1295262. OLE color: 1295262.
HSL color Cylindrical-coordinate representation of color #9EC313: hue angle of 72.61º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9EC313 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 19 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.24 |
| HSL | 72.61º | 0.82% | 0.42% | - |
| HSV(B) | 72.61º | 0.9% | 0.76% | - |
| XYZ | 33.73 | 46.35 | 7.78 | - |
| YUV | 163.87 | 46.24 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 19 | 0.19 | 0 | 0.90 | 0.24 | 72.61 | 0.82 | 0.42 |
| Hex | 9E | C3 | 13 | 13 | 0 | 5A | 18 | 49 | 52 | 2A |
| Octal | 236 | 303 | 23 | 23 | 0 | 132 | 30 | 111 | 122 | 52 |
| Binary | 10011110 | 11000011 | 10011 | 10011 | 0 | 1011010 | 11000 | 1001001 | 1010010 | 101010 |
Color Harmonies of #9EC313
Complementary color
Monochromatic Colors of #9EC313
Black with #9EC313
Text Example
Text Example
White with #9EC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC313; }
p { color: rgb(158,195,19); }
H1.HeaderClassName
{
color: #9EC313;
}
.AnyTagClassName
{
color: #9EC313;
}
</style>
background-color css
<style>
a { background-color: #9EC313; }
a { background-color: rgb(158,195,19); }
div.DivClassName
{
background-color: #9EC313;
}
.BgClassName
{
background-color: #9EC313;
}
</style>
border-color css
<style>
span { border-color: #9EC313; }
span { border-color: rgb(158,195,19); }
td.TdClassName
{
border-color: #9EC313;
}
.TagClassName
{
border-color: #9EC313;
}
</style>