Shades of Bahia #9EC812
Tints of Bahia #9EC812
RGB
CMYK
RGB Variations
Color information
#9EC812 (or 0x9EC812) is known color: Bahia. HEX triplet: 9E, C8 and 12. RGB value is (158,200,18). Sum of RGB (Red+Green+Blue) = 158+200+18=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC812 is #6137ED. Grayscale: #A7A7A7. Windows color (decimal): -6371310 or 1231006. OLE color: 1231006.
HSL color Cylindrical-coordinate representation of color #9EC812: hue angle of 73.85º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EC812 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 200 | 18 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.22 |
| HSL | 73.85º | 0.83% | 0.43% | - |
| HSV(B) | 73.85º | 0.91% | 0.78% | - |
| XYZ | 34.86 | 48.62 | 8.12 | - |
| YUV | 166.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 18 | 0.21 | 0 | 0.91 | 0.22 | 73.85 | 0.83 | 0.43 |
| Hex | 9E | C8 | 12 | 15 | 0 | 5B | 16 | 4A | 53 | 2B |
| Octal | 236 | 310 | 22 | 25 | 0 | 133 | 26 | 112 | 123 | 53 |
| Binary | 10011110 | 11001000 | 10010 | 10101 | 0 | 1011011 | 10110 | 1001010 | 1010011 | 101011 |
Color Harmonies of #9EC812
Complementary color
Monochromatic Colors of #9EC812
Black with #9EC812
Text Example
Text Example
White with #9EC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC812; }
p { color: rgb(158,200,18); }
H1.HeaderClassName
{
color: #9EC812;
}
.AnyTagClassName
{
color: #9EC812;
}
</style>
background-color css
<style>
a { background-color: #9EC812; }
a { background-color: rgb(158,200,18); }
div.DivClassName
{
background-color: #9EC812;
}
.BgClassName
{
background-color: #9EC812;
}
</style>
border-color css
<style>
span { border-color: #9EC812; }
span { border-color: rgb(158,200,18); }
td.TdClassName
{
border-color: #9EC812;
}
.TagClassName
{
border-color: #9EC812;
}
</style>