Shades of Bahia #9EC21C
Tints of Bahia #9EC21C
RGB
CMYK
RGB Variations
Color information
#9EC21C (or 0x9EC21C) is known color: Bahia. HEX triplet: 9E, C2 and 1C. RGB value is (158,194,28). Sum of RGB (Red+Green+Blue) = 158+194+28=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC21C is #613DE3. Grayscale: #A4A4A4. Windows color (decimal): -6372836 or 1884830. OLE color: 1884830.
HSL color Cylindrical-coordinate representation of color #9EC21C: hue angle of 73.01º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9EC21C is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 28 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.24 |
| HSL | 73.01º | 0.75% | 0.44% | - |
| HSV(B) | 73.01º | 0.86% | 0.76% | - |
| XYZ | 33.6 | 45.94 | 8.19 | - |
| YUV | 164.31 | 51.07 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 28 | 0.19 | 0 | 0.86 | 0.24 | 73.01 | 0.75 | 0.44 |
| Hex | 9E | C2 | 1C | 13 | 0 | 56 | 18 | 49 | 4B | 2C |
| Octal | 236 | 302 | 34 | 23 | 0 | 126 | 30 | 111 | 113 | 54 |
| Binary | 10011110 | 11000010 | 11100 | 10011 | 0 | 1010110 | 11000 | 1001001 | 1001011 | 101100 |
Color Harmonies of #9EC21C
Complementary color
Monochromatic Colors of #9EC21C
Black with #9EC21C
Text Example
Text Example
White with #9EC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC21C; }
p { color: rgb(158,194,28); }
H1.HeaderClassName
{
color: #9EC21C;
}
.AnyTagClassName
{
color: #9EC21C;
}
</style>
background-color css
<style>
a { background-color: #9EC21C; }
a { background-color: rgb(158,194,28); }
div.DivClassName
{
background-color: #9EC21C;
}
.BgClassName
{
background-color: #9EC21C;
}
</style>
border-color css
<style>
span { border-color: #9EC21C; }
span { border-color: rgb(158,194,28); }
td.TdClassName
{
border-color: #9EC21C;
}
.TagClassName
{
border-color: #9EC21C;
}
</style>