Shades of Citrus #9FBC15
Tints of Citrus #9FBC15
RGB
CMYK
RGB Variations
Color information
#9FBC15 (or 0x9FBC15) is known color: Citrus. HEX triplet: 9F, BC and 15. RGB value is (159,188,21). Sum of RGB (Red+Green+Blue) = 159+188+21=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC15 is #6043EA. Grayscale: #A0A0A0. Windows color (decimal): -6308843 or 1424543. OLE color: 1424543.
HSL color Cylindrical-coordinate representation of color #9FBC15: hue angle of 70.42º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FBC15 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 21 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.26 |
| HSL | 70.42º | 0.8% | 0.41% | - |
| HSV(B) | 70.42º | 0.89% | 0.74% | - |
| XYZ | 32.42 | 43.39 | 7.38 | - |
| YUV | 160.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 21 | 0.15 | 0 | 0.89 | 0.26 | 70.42 | 0.8 | 0.41 |
| Hex | 9F | BC | 15 | F | 0 | 59 | 1A | 46 | 50 | 29 |
| Octal | 237 | 274 | 25 | 17 | 0 | 131 | 32 | 106 | 120 | 51 |
| Binary | 10011111 | 10111100 | 10101 | 1111 | 0 | 1011001 | 11010 | 1000110 | 1010000 | 101001 |
Color Harmonies of #9FBC15
Complementary color
Monochromatic Colors of #9FBC15
Black with #9FBC15
Text Example
Text Example
White with #9FBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC15; }
p { color: rgb(159,188,21); }
H1.HeaderClassName
{
color: #9FBC15;
}
.AnyTagClassName
{
color: #9FBC15;
}
</style>
background-color css
<style>
a { background-color: #9FBC15; }
a { background-color: rgb(159,188,21); }
div.DivClassName
{
background-color: #9FBC15;
}
.BgClassName
{
background-color: #9FBC15;
}
</style>
border-color css
<style>
span { border-color: #9FBC15; }
span { border-color: rgb(159,188,21); }
td.TdClassName
{
border-color: #9FBC15;
}
.TagClassName
{
border-color: #9FBC15;
}
</style>