Shades of Bahia #9FCE10
Tints of Bahia #9FCE10
RGB
CMYK
RGB Variations
Color information
#9FCE10 (or 0x9FCE10) is known color: Bahia. HEX triplet: 9F, CE and 10. RGB value is (159,206,16). Sum of RGB (Red+Green+Blue) = 159+206+16=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCE10 is #6031EF. Grayscale: #AAAAAA. Windows color (decimal): -6304240 or 1101471. OLE color: 1101471.
HSL color Cylindrical-coordinate representation of color #9FCE10: hue angle of 74.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FCE10 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 16 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.19 |
| HSL | 74.84º | 0.86% | 0.44% | - |
| HSV(B) | 74.84º | 0.92% | 0.81% | - |
| XYZ | 36.46 | 51.55 | 8.52 | - |
| YUV | 170.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 16 | 0.23 | 0 | 0.92 | 0.19 | 74.84 | 0.86 | 0.44 |
| Hex | 9F | CE | 10 | 17 | 0 | 5C | 13 | 4B | 56 | 2C |
| Octal | 237 | 316 | 20 | 27 | 0 | 134 | 23 | 113 | 126 | 54 |
| Binary | 10011111 | 11001110 | 10000 | 10111 | 0 | 1011100 | 10011 | 1001011 | 1010110 | 101100 |
Color Harmonies of #9FCE10
Complementary color
Monochromatic Colors of #9FCE10
Black with #9FCE10
Text Example
Text Example
White with #9FCE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE10; }
p { color: rgb(159,206,16); }
H1.HeaderClassName
{
color: #9FCE10;
}
.AnyTagClassName
{
color: #9FCE10;
}
</style>
background-color css
<style>
a { background-color: #9FCE10; }
a { background-color: rgb(159,206,16); }
div.DivClassName
{
background-color: #9FCE10;
}
.BgClassName
{
background-color: #9FCE10;
}
</style>
border-color css
<style>
span { border-color: #9FCE10; }
span { border-color: rgb(159,206,16); }
td.TdClassName
{
border-color: #9FCE10;
}
.TagClassName
{
border-color: #9FCE10;
}
</style>