Shades of Bahia #9EC31C
Tints of Bahia #9EC31C
RGB
CMYK
RGB Variations
Color information
#9EC31C (or 0x9EC31C) is known color: Bahia. HEX triplet: 9E, C3 and 1C. RGB value is (158,195,28). Sum of RGB (Red+Green+Blue) = 158+195+28=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC31C is #613CE3. Grayscale: #A5A5A5. Windows color (decimal): -6372580 or 1885086. OLE color: 1885086.
HSL color Cylindrical-coordinate representation of color #9EC31C: hue angle of 73.29º 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 #9EC31C is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 28 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.24 |
| HSL | 73.29º | 0.75% | 0.44% | - |
| HSV(B) | 73.29º | 0.86% | 0.76% | - |
| XYZ | 33.83 | 46.38 | 8.27 | - |
| YUV | 164.9 | 50.74 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 28 | 0.19 | 0 | 0.86 | 0.24 | 73.29 | 0.75 | 0.44 |
| Hex | 9E | C3 | 1C | 13 | 0 | 56 | 18 | 49 | 4B | 2C |
| Octal | 236 | 303 | 34 | 23 | 0 | 126 | 30 | 111 | 113 | 54 |
| Binary | 10011110 | 11000011 | 11100 | 10011 | 0 | 1010110 | 11000 | 1001001 | 1001011 | 101100 |
Color Harmonies of #9EC31C
Complementary color
Monochromatic Colors of #9EC31C
Black with #9EC31C
Text Example
Text Example
White with #9EC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC31C; }
p { color: rgb(158,195,28); }
H1.HeaderClassName
{
color: #9EC31C;
}
.AnyTagClassName
{
color: #9EC31C;
}
</style>
background-color css
<style>
a { background-color: #9EC31C; }
a { background-color: rgb(158,195,28); }
div.DivClassName
{
background-color: #9EC31C;
}
.BgClassName
{
background-color: #9EC31C;
}
</style>
border-color css
<style>
span { border-color: #9EC31C; }
span { border-color: rgb(158,195,28); }
td.TdClassName
{
border-color: #9EC31C;
}
.TagClassName
{
border-color: #9EC31C;
}
</style>