Shades of Bahia #9EC318
Tints of Bahia #9EC318
RGB
CMYK
RGB Variations
Color information
#9EC318 (or 0x9EC318) is known color: Bahia. HEX triplet: 9E, C3 and 18. RGB value is (158,195,24). Sum of RGB (Red+Green+Blue) = 158+195+24=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC318 is #613CE7. Grayscale: #A5A5A5. Windows color (decimal): -6372584 or 1622942. OLE color: 1622942.
HSL color Cylindrical-coordinate representation of color #9EC318: hue angle of 72.98º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9EC318 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 24 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.24 |
| HSL | 72.98º | 0.78% | 0.43% | - |
| HSV(B) | 72.98º | 0.88% | 0.76% | - |
| XYZ | 33.78 | 46.37 | 8.03 | - |
| YUV | 164.44 | 48.74 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 24 | 0.19 | 0 | 0.88 | 0.24 | 72.98 | 0.78 | 0.43 |
| Hex | 9E | C3 | 18 | 13 | 0 | 58 | 18 | 49 | 4E | 2B |
| Octal | 236 | 303 | 30 | 23 | 0 | 130 | 30 | 111 | 116 | 53 |
| Binary | 10011110 | 11000011 | 11000 | 10011 | 0 | 1011000 | 11000 | 1001001 | 1001110 | 101011 |
Color Harmonies of #9EC318
Complementary color
Monochromatic Colors of #9EC318
Black with #9EC318
Text Example
Text Example
White with #9EC318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC318; }
p { color: rgb(158,195,24); }
H1.HeaderClassName
{
color: #9EC318;
}
.AnyTagClassName
{
color: #9EC318;
}
</style>
background-color css
<style>
a { background-color: #9EC318; }
a { background-color: rgb(158,195,24); }
div.DivClassName
{
background-color: #9EC318;
}
.BgClassName
{
background-color: #9EC318;
}
</style>
border-color css
<style>
span { border-color: #9EC318; }
span { border-color: rgb(158,195,24); }
td.TdClassName
{
border-color: #9EC318;
}
.TagClassName
{
border-color: #9EC318;
}
</style>