Shades of Bahia #9FC620
Tints of Bahia #9FC620
RGB
CMYK
RGB Variations
Color information
#9FC620 (or 0x9FC620) is known color: Bahia. HEX triplet: 9F, C6 and 20. RGB value is (159,198,32). Sum of RGB (Red+Green+Blue) = 159+198+32=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC620 is #6039DF. Grayscale: #A8A8A8. Windows color (decimal): -6306272 or 2147999. OLE color: 2147999.
HSL color Cylindrical-coordinate representation of color #9FC620: hue angle of 74.1º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FC620 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 198 | 32 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.22 |
| HSL | 74.1º | 0.72% | 0.45% | - |
| HSV(B) | 74.1º | 0.84% | 0.78% | - |
| XYZ | 34.75 | 47.86 | 8.77 | - |
| YUV | 167.42 | 51.58 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 32 | 0.20 | 0 | 0.84 | 0.22 | 74.1 | 0.72 | 0.45 |
| Hex | 9F | C6 | 20 | 14 | 0 | 54 | 16 | 4A | 48 | 2D |
| Octal | 237 | 306 | 40 | 24 | 0 | 124 | 26 | 112 | 110 | 55 |
| Binary | 10011111 | 11000110 | 100000 | 10100 | 0 | 1010100 | 10110 | 1001010 | 1001000 | 101101 |
Color Harmonies of #9FC620
Complementary color
Monochromatic Colors of #9FC620
Black with #9FC620
Text Example
Text Example
White with #9FC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC620; }
p { color: rgb(159,198,32); }
H1.HeaderClassName
{
color: #9FC620;
}
.AnyTagClassName
{
color: #9FC620;
}
</style>
background-color css
<style>
a { background-color: #9FC620; }
a { background-color: rgb(159,198,32); }
div.DivClassName
{
background-color: #9FC620;
}
.BgClassName
{
background-color: #9FC620;
}
</style>
border-color css
<style>
span { border-color: #9FC620; }
span { border-color: rgb(159,198,32); }
td.TdClassName
{
border-color: #9FC620;
}
.TagClassName
{
border-color: #9FC620;
}
</style>