Shades of Bahia #9FC922
Tints of Bahia #9FC922
RGB
CMYK
RGB Variations
Color information
#9FC922 (or 0x9FC922) is known color: Bahia. HEX triplet: 9F, C9 and 22. RGB value is (159,201,34). Sum of RGB (Red+Green+Blue) = 159+201+34=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC922 is #6036DD. Grayscale: #AAAAAA. Windows color (decimal): -6305502 or 2279839. OLE color: 2279839.
HSL color Cylindrical-coordinate representation of color #9FC922: hue angle of 75.09º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9FC922 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 34 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.21 |
| HSL | 75.09º | 0.71% | 0.46% | - |
| HSV(B) | 75.09º | 0.83% | 0.79% | - |
| XYZ | 35.47 | 49.26 | 9.15 | - |
| YUV | 169.4 | 51.59 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 34 | 0.21 | 0 | 0.83 | 0.21 | 75.09 | 0.71 | 0.46 |
| Hex | 9F | C9 | 22 | 15 | 0 | 53 | 15 | 4B | 47 | 2E |
| Octal | 237 | 311 | 42 | 25 | 0 | 123 | 25 | 113 | 107 | 56 |
| Binary | 10011111 | 11001001 | 100010 | 10101 | 0 | 1010011 | 10101 | 1001011 | 1000111 | 101110 |
Color Harmonies of #9FC922
Complementary color
Monochromatic Colors of #9FC922
Black with #9FC922
Text Example
Text Example
White with #9FC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC922; }
p { color: rgb(159,201,34); }
H1.HeaderClassName
{
color: #9FC922;
}
.AnyTagClassName
{
color: #9FC922;
}
</style>
background-color css
<style>
a { background-color: #9FC922; }
a { background-color: rgb(159,201,34); }
div.DivClassName
{
background-color: #9FC922;
}
.BgClassName
{
background-color: #9FC922;
}
</style>
border-color css
<style>
span { border-color: #9FC922; }
span { border-color: rgb(159,201,34); }
td.TdClassName
{
border-color: #9FC922;
}
.TagClassName
{
border-color: #9FC922;
}
</style>