Shades of Bahia #9FC919
Tints of Bahia #9FC919
RGB
CMYK
RGB Variations
Color information
#9FC919 (or 0x9FC919) is known color: Bahia. HEX triplet: 9F, C9 and 19. RGB value is (159,201,25). Sum of RGB (Red+Green+Blue) = 159+201+25=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC919 is #6036E6. Grayscale: #A9A9A9. Windows color (decimal): -6305511 or 1690015. OLE color: 1690015.
HSL color Cylindrical-coordinate representation of color #9FC919: hue angle of 74.32º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FC919 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 25 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.21 |
| HSL | 74.32º | 0.78% | 0.44% | - |
| HSV(B) | 74.32º | 0.88% | 0.79% | - |
| XYZ | 35.36 | 49.21 | 8.56 | - |
| YUV | 168.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 25 | 0.21 | 0 | 0.88 | 0.21 | 74.32 | 0.78 | 0.44 |
| Hex | 9F | C9 | 19 | 15 | 0 | 58 | 15 | 4A | 4E | 2C |
| Octal | 237 | 311 | 31 | 25 | 0 | 130 | 25 | 112 | 116 | 54 |
| Binary | 10011111 | 11001001 | 11001 | 10101 | 0 | 1011000 | 10101 | 1001010 | 1001110 | 101100 |
Color Harmonies of #9FC919
Complementary color
Monochromatic Colors of #9FC919
Black with #9FC919
Text Example
Text Example
White with #9FC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC919; }
p { color: rgb(159,201,25); }
H1.HeaderClassName
{
color: #9FC919;
}
.AnyTagClassName
{
color: #9FC919;
}
</style>
background-color css
<style>
a { background-color: #9FC919; }
a { background-color: rgb(159,201,25); }
div.DivClassName
{
background-color: #9FC919;
}
.BgClassName
{
background-color: #9FC919;
}
</style>
border-color css
<style>
span { border-color: #9FC919; }
span { border-color: rgb(159,201,25); }
td.TdClassName
{
border-color: #9FC919;
}
.TagClassName
{
border-color: #9FC919;
}
</style>