Shades of Bahia #9EC618
Tints of Bahia #9EC618
RGB
CMYK
RGB Variations
Color information
#9EC618 (or 0x9EC618) is known color: Bahia. HEX triplet: 9E, C6 and 18. RGB value is (158,198,24). Sum of RGB (Red+Green+Blue) = 158+198+24=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC618 is #6139E7. Grayscale: #A6A6A6. Windows color (decimal): -6371816 or 1623710. OLE color: 1623710.
HSL color Cylindrical-coordinate representation of color #9EC618: hue angle of 73.79º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9EC618 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 24 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.22 |
| HSL | 73.79º | 0.78% | 0.44% | - |
| HSV(B) | 73.79º | 0.88% | 0.78% | - |
| XYZ | 34.46 | 47.72 | 8.26 | - |
| YUV | 166.2 | 47.75 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 24 | 0.20 | 0 | 0.88 | 0.22 | 73.79 | 0.78 | 0.44 |
| Hex | 9E | C6 | 18 | 14 | 0 | 58 | 16 | 4A | 4E | 2C |
| Octal | 236 | 306 | 30 | 24 | 0 | 130 | 26 | 112 | 116 | 54 |
| Binary | 10011110 | 11000110 | 11000 | 10100 | 0 | 1011000 | 10110 | 1001010 | 1001110 | 101100 |
Color Harmonies of #9EC618
Complementary color
Monochromatic Colors of #9EC618
Black with #9EC618
Text Example
Text Example
White with #9EC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC618; }
p { color: rgb(158,198,24); }
H1.HeaderClassName
{
color: #9EC618;
}
.AnyTagClassName
{
color: #9EC618;
}
</style>
background-color css
<style>
a { background-color: #9EC618; }
a { background-color: rgb(158,198,24); }
div.DivClassName
{
background-color: #9EC618;
}
.BgClassName
{
background-color: #9EC618;
}
</style>
border-color css
<style>
span { border-color: #9EC618; }
span { border-color: rgb(158,198,24); }
td.TdClassName
{
border-color: #9EC618;
}
.TagClassName
{
border-color: #9EC618;
}
</style>