Shades of Bahia #9FC517
Tints of Bahia #9FC517
RGB
CMYK
RGB Variations
Color information
#9FC517 (or 0x9FC517) is known color: Bahia. HEX triplet: 9F, C5 and 17. RGB value is (159,197,23). Sum of RGB (Red+Green+Blue) = 159+197+23=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC517 is #603AE8. Grayscale: #A6A6A6. Windows color (decimal): -6306537 or 1557919. OLE color: 1557919.
HSL color Cylindrical-coordinate representation of color #9FC517: hue angle of 73.1º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FC517 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 23 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.23 |
| HSL | 73.1º | 0.79% | 0.43% | - |
| HSV(B) | 73.1º | 0.88% | 0.77% | - |
| XYZ | 34.42 | 47.37 | 8.14 | - |
| YUV | 165.8 | 47.41 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 23 | 0.19 | 0 | 0.88 | 0.23 | 73.1 | 0.79 | 0.43 |
| Hex | 9F | C5 | 17 | 13 | 0 | 58 | 17 | 49 | 4F | 2B |
| Octal | 237 | 305 | 27 | 23 | 0 | 130 | 27 | 111 | 117 | 53 |
| Binary | 10011111 | 11000101 | 10111 | 10011 | 0 | 1011000 | 10111 | 1001001 | 1001111 | 101011 |
Color Harmonies of #9FC517
Complementary color
Monochromatic Colors of #9FC517
Black with #9FC517
Text Example
Text Example
White with #9FC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC517; }
p { color: rgb(159,197,23); }
H1.HeaderClassName
{
color: #9FC517;
}
.AnyTagClassName
{
color: #9FC517;
}
</style>
background-color css
<style>
a { background-color: #9FC517; }
a { background-color: rgb(159,197,23); }
div.DivClassName
{
background-color: #9FC517;
}
.BgClassName
{
background-color: #9FC517;
}
</style>
border-color css
<style>
span { border-color: #9FC517; }
span { border-color: rgb(159,197,23); }
td.TdClassName
{
border-color: #9FC517;
}
.TagClassName
{
border-color: #9FC517;
}
</style>