Shades of Bahia #9FC515
Tints of Bahia #9FC515
RGB
CMYK
RGB Variations
Color information
#9FC515 (or 0x9FC515) is known color: Bahia. HEX triplet: 9F, C5 and 15. RGB value is (159,197,21). Sum of RGB (Red+Green+Blue) = 159+197+21=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC515 is #603AEA. Grayscale: #A6A6A6. Windows color (decimal): -6306539 or 1426847. OLE color: 1426847.
HSL color Cylindrical-coordinate representation of color #9FC515: hue angle of 72.95º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FC515 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 21 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.23 |
| HSL | 72.95º | 0.81% | 0.43% | - |
| HSV(B) | 72.95º | 0.89% | 0.77% | - |
| XYZ | 34.4 | 47.36 | 8.04 | - |
| YUV | 165.57 | 46.41 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 21 | 0.19 | 0 | 0.89 | 0.23 | 72.95 | 0.81 | 0.43 |
| Hex | 9F | C5 | 15 | 13 | 0 | 59 | 17 | 49 | 51 | 2B |
| Octal | 237 | 305 | 25 | 23 | 0 | 131 | 27 | 111 | 121 | 53 |
| Binary | 10011111 | 11000101 | 10101 | 10011 | 0 | 1011001 | 10111 | 1001001 | 1010001 | 101011 |
Color Harmonies of #9FC515
Complementary color
Monochromatic Colors of #9FC515
Black with #9FC515
Text Example
Text Example
White with #9FC515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC515; }
p { color: rgb(159,197,21); }
H1.HeaderClassName
{
color: #9FC515;
}
.AnyTagClassName
{
color: #9FC515;
}
</style>
background-color css
<style>
a { background-color: #9FC515; }
a { background-color: rgb(159,197,21); }
div.DivClassName
{
background-color: #9FC515;
}
.BgClassName
{
background-color: #9FC515;
}
</style>
border-color css
<style>
span { border-color: #9FC515; }
span { border-color: rgb(159,197,21); }
td.TdClassName
{
border-color: #9FC515;
}
.TagClassName
{
border-color: #9FC515;
}
</style>