Shades of Bahia #9FC420
Tints of Bahia #9FC420
RGB
CMYK
RGB Variations
Color information
#9FC420 (or 0x9FC420) is known color: Bahia. HEX triplet: 9F, C4 and 20. RGB value is (159,196,32). Sum of RGB (Red+Green+Blue) = 159+196+32=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC420 is #603BDF. Grayscale: #A6A6A6. Windows color (decimal): -6306784 or 2147487. OLE color: 2147487.
HSL color Cylindrical-coordinate representation of color #9FC420: hue angle of 73.54º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FC420 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 196 | 32 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.23 |
| HSL | 73.54º | 0.72% | 0.45% | - |
| HSV(B) | 73.54º | 0.84% | 0.77% | - |
| XYZ | 34.3 | 46.96 | 8.62 | - |
| YUV | 166.24 | 52.24 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 196 | 32 | 0.19 | 0 | 0.84 | 0.23 | 73.54 | 0.72 | 0.45 |
| Hex | 9F | C4 | 20 | 13 | 0 | 54 | 17 | 4A | 48 | 2D |
| Octal | 237 | 304 | 40 | 23 | 0 | 124 | 27 | 112 | 110 | 55 |
| Binary | 10011111 | 11000100 | 100000 | 10011 | 0 | 1010100 | 10111 | 1001010 | 1001000 | 101101 |
Color Harmonies of #9FC420
Complementary color
Monochromatic Colors of #9FC420
Black with #9FC420
Text Example
Text Example
White with #9FC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC420; }
p { color: rgb(159,196,32); }
H1.HeaderClassName
{
color: #9FC420;
}
.AnyTagClassName
{
color: #9FC420;
}
</style>
background-color css
<style>
a { background-color: #9FC420; }
a { background-color: rgb(159,196,32); }
div.DivClassName
{
background-color: #9FC420;
}
.BgClassName
{
background-color: #9FC420;
}
</style>
border-color css
<style>
span { border-color: #9FC420; }
span { border-color: rgb(159,196,32); }
td.TdClassName
{
border-color: #9FC420;
}
.TagClassName
{
border-color: #9FC420;
}
</style>