Shades of Bahia #9FC81C
Tints of Bahia #9FC81C
RGB
CMYK
RGB Variations
Color information
#9FC81C (or 0x9FC81C) is known color: Bahia. HEX triplet: 9F, C8 and 1C. RGB value is (159,200,28). Sum of RGB (Red+Green+Blue) = 159+200+28=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC81C is #6037E3. Grayscale: #A8A8A8. Windows color (decimal): -6305764 or 1886367. OLE color: 1886367.
HSL color Cylindrical-coordinate representation of color #9FC81C: hue angle of 74.3º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FC81C is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 28 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.22 |
| HSL | 74.3º | 0.75% | 0.45% | - |
| HSV(B) | 74.3º | 0.86% | 0.78% | - |
| XYZ | 35.16 | 48.76 | 8.66 | - |
| YUV | 168.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 28 | 0.20 | 0 | 0.86 | 0.22 | 74.3 | 0.75 | 0.45 |
| Hex | 9F | C8 | 1C | 14 | 0 | 56 | 16 | 4A | 4B | 2D |
| Octal | 237 | 310 | 34 | 24 | 0 | 126 | 26 | 112 | 113 | 55 |
| Binary | 10011111 | 11001000 | 11100 | 10100 | 0 | 1010110 | 10110 | 1001010 | 1001011 | 101101 |
Color Harmonies of #9FC81C
Complementary color
Monochromatic Colors of #9FC81C
Black with #9FC81C
Text Example
Text Example
White with #9FC81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC81C; }
p { color: rgb(159,200,28); }
H1.HeaderClassName
{
color: #9FC81C;
}
.AnyTagClassName
{
color: #9FC81C;
}
</style>
background-color css
<style>
a { background-color: #9FC81C; }
a { background-color: rgb(159,200,28); }
div.DivClassName
{
background-color: #9FC81C;
}
.BgClassName
{
background-color: #9FC81C;
}
</style>
border-color css
<style>
span { border-color: #9FC81C; }
span { border-color: rgb(159,200,28); }
td.TdClassName
{
border-color: #9FC81C;
}
.TagClassName
{
border-color: #9FC81C;
}
</style>