Shades of Bahia #9FCE16
Tints of Bahia #9FCE16
RGB
CMYK
RGB Variations
Color information
#9FCE16 (or 0x9FCE16) is known color: Bahia. HEX triplet: 9F, CE and 16. RGB value is (159,206,22). Sum of RGB (Red+Green+Blue) = 159+206+22=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCE16 is #6031E9. Grayscale: #ABABAB. Windows color (decimal): -6304234 or 1494687. OLE color: 1494687.
HSL color Cylindrical-coordinate representation of color #9FCE16: hue angle of 75.33º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FCE16 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 22 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.19 |
| HSL | 75.33º | 0.81% | 0.45% | - |
| HSV(B) | 75.33º | 0.89% | 0.81% | - |
| XYZ | 36.51 | 51.57 | 8.79 | - |
| YUV | 170.97 | 43.93 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 22 | 0.23 | 0 | 0.89 | 0.19 | 75.33 | 0.81 | 0.45 |
| Hex | 9F | CE | 16 | 17 | 0 | 59 | 13 | 4B | 51 | 2D |
| Octal | 237 | 316 | 26 | 27 | 0 | 131 | 23 | 113 | 121 | 55 |
| Binary | 10011111 | 11001110 | 10110 | 10111 | 0 | 1011001 | 10011 | 1001011 | 1010001 | 101101 |
Color Harmonies of #9FCE16
Complementary color
Monochromatic Colors of #9FCE16
Black with #9FCE16
Text Example
Text Example
White with #9FCE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE16; }
p { color: rgb(159,206,22); }
H1.HeaderClassName
{
color: #9FCE16;
}
.AnyTagClassName
{
color: #9FCE16;
}
</style>
background-color css
<style>
a { background-color: #9FCE16; }
a { background-color: rgb(159,206,22); }
div.DivClassName
{
background-color: #9FCE16;
}
.BgClassName
{
background-color: #9FCE16;
}
</style>
border-color css
<style>
span { border-color: #9FCE16; }
span { border-color: rgb(159,206,22); }
td.TdClassName
{
border-color: #9FCE16;
}
.TagClassName
{
border-color: #9FCE16;
}
</style>