Shades of Bahia #9FC91C
Tints of Bahia #9FC91C
RGB
CMYK
RGB Variations
Color information
#9FC91C (or 0x9FC91C) is known color: Bahia. HEX triplet: 9F, C9 and 1C. RGB value is (159,201,28). Sum of RGB (Red+Green+Blue) = 159+201+28=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC91C is #6036E3. Grayscale: #A9A9A9. Windows color (decimal): -6305508 or 1886623. OLE color: 1886623.
HSL color Cylindrical-coordinate representation of color #9FC91C: hue angle of 74.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FC91C is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 28 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.21 |
| HSL | 74.57º | 0.76% | 0.45% | - |
| HSV(B) | 74.57º | 0.86% | 0.79% | - |
| XYZ | 35.39 | 49.23 | 8.74 | - |
| YUV | 168.72 | 48.59 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 28 | 0.21 | 0 | 0.86 | 0.21 | 74.57 | 0.76 | 0.45 |
| Hex | 9F | C9 | 1C | 15 | 0 | 56 | 15 | 4B | 4C | 2D |
| Octal | 237 | 311 | 34 | 25 | 0 | 126 | 25 | 113 | 114 | 55 |
| Binary | 10011111 | 11001001 | 11100 | 10101 | 0 | 1010110 | 10101 | 1001011 | 1001100 | 101101 |
Color Harmonies of #9FC91C
Complementary color
Monochromatic Colors of #9FC91C
Black with #9FC91C
Text Example
Text Example
White with #9FC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC91C; }
p { color: rgb(159,201,28); }
H1.HeaderClassName
{
color: #9FC91C;
}
.AnyTagClassName
{
color: #9FC91C;
}
</style>
background-color css
<style>
a { background-color: #9FC91C; }
a { background-color: rgb(159,201,28); }
div.DivClassName
{
background-color: #9FC91C;
}
.BgClassName
{
background-color: #9FC91C;
}
</style>
border-color css
<style>
span { border-color: #9FC91C; }
span { border-color: rgb(159,201,28); }
td.TdClassName
{
border-color: #9FC91C;
}
.TagClassName
{
border-color: #9FC91C;
}
</style>