Shades of Bahia #9FCC19
Tints of Bahia #9FCC19
RGB
CMYK
RGB Variations
Color information
#9FCC19 (or 0x9FCC19) is known color: Bahia. HEX triplet: 9F, CC and 19. RGB value is (159,204,25). Sum of RGB (Red+Green+Blue) = 159+204+25=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCC19 is #6033E6. Grayscale: #AAAAAA. Windows color (decimal): -6304743 or 1690783. OLE color: 1690783.
HSL color Cylindrical-coordinate representation of color #9FCC19: hue angle of 75.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FCC19 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 25 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.2 |
| HSL | 75.08º | 0.78% | 0.45% | - |
| HSV(B) | 75.08º | 0.88% | 0.8% | - |
| XYZ | 36.07 | 50.63 | 8.79 | - |
| YUV | 170.14 | 46.09 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 25 | 0.22 | 0 | 0.88 | 0.2 | 75.08 | 0.78 | 0.45 |
| Hex | 9F | CC | 19 | 16 | 0 | 58 | 14 | 4B | 4E | 2D |
| Octal | 237 | 314 | 31 | 26 | 0 | 130 | 24 | 113 | 116 | 55 |
| Binary | 10011111 | 11001100 | 11001 | 10110 | 0 | 1011000 | 10100 | 1001011 | 1001110 | 101101 |
Color Harmonies of #9FCC19
Complementary color
Monochromatic Colors of #9FCC19
Black with #9FCC19
Text Example
Text Example
White with #9FCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC19; }
p { color: rgb(159,204,25); }
H1.HeaderClassName
{
color: #9FCC19;
}
.AnyTagClassName
{
color: #9FCC19;
}
</style>
background-color css
<style>
a { background-color: #9FCC19; }
a { background-color: rgb(159,204,25); }
div.DivClassName
{
background-color: #9FCC19;
}
.BgClassName
{
background-color: #9FCC19;
}
</style>
border-color css
<style>
span { border-color: #9FCC19; }
span { border-color: rgb(159,204,25); }
td.TdClassName
{
border-color: #9FCC19;
}
.TagClassName
{
border-color: #9FCC19;
}
</style>