Shades of Bahia #9EC121
Tints of Bahia #9EC121
RGB
CMYK
RGB Variations
Color information
#9EC121 (or 0x9EC121) is known color: Bahia. HEX triplet: 9E, C1 and 21. RGB value is (158,193,33). Sum of RGB (Red+Green+Blue) = 158+193+33=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC121 is #613EDE. Grayscale: #A4A4A4. Windows color (decimal): -6373087 or 2212254. OLE color: 2212254.
HSL color Cylindrical-coordinate representation of color #9EC121: hue angle of 73.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9EC121 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 33 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.24 |
| HSL | 73.13º | 0.71% | 0.44% | - |
| HSV(B) | 73.13º | 0.83% | 0.76% | - |
| XYZ | 33.45 | 45.52 | 8.46 | - |
| YUV | 164.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 33 | 0.18 | 0 | 0.83 | 0.24 | 73.13 | 0.71 | 0.44 |
| Hex | 9E | C1 | 21 | 12 | 0 | 53 | 18 | 49 | 47 | 2C |
| Octal | 236 | 301 | 41 | 22 | 0 | 123 | 30 | 111 | 107 | 54 |
| Binary | 10011110 | 11000001 | 100001 | 10010 | 0 | 1010011 | 11000 | 1001001 | 1000111 | 101100 |
Color Harmonies of #9EC121
Complementary color
Monochromatic Colors of #9EC121
Black with #9EC121
Text Example
Text Example
White with #9EC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC121; }
p { color: rgb(158,193,33); }
H1.HeaderClassName
{
color: #9EC121;
}
.AnyTagClassName
{
color: #9EC121;
}
</style>
background-color css
<style>
a { background-color: #9EC121; }
a { background-color: rgb(158,193,33); }
div.DivClassName
{
background-color: #9EC121;
}
.BgClassName
{
background-color: #9EC121;
}
</style>
border-color css
<style>
span { border-color: #9EC121; }
span { border-color: rgb(158,193,33); }
td.TdClassName
{
border-color: #9EC121;
}
.TagClassName
{
border-color: #9EC121;
}
</style>