Shades of Citrus #9FBC00
Tints of Citrus #9FBC00
RGB
CMYK
RGB Variations
Color information
#9FBC00 (or 0x9FBC00) is known color: Citrus. HEX triplet: 9F, BC and 00. RGB value is (159,188,0). Sum of RGB (Red+Green+Blue) = 159+188+0=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC00 is #6043FF. Grayscale: #9E9E9E. Windows color (decimal): -6308864 or 48287. OLE color: 48287.
HSL color Cylindrical-coordinate representation of color #9FBC00: hue angle of 69.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FBC00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.26 |
| HSL | 69.26º | 1% | 0.37% | - |
| HSV(B) | 69.26º | 1% | 0.74% | - |
| XYZ | 32.28 | 43.34 | 6.66 | - |
| YUV | 157.9 | 38.89 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 0 | 0.15 | 0 | 1 | 0.26 | 69.26 | 1 | 0.37 |
| Hex | 9F | BC | 0 | F | 0 | 64 | 1A | 45 | 64 | 25 |
| Octal | 237 | 274 | 0 | 17 | 0 | 144 | 32 | 105 | 144 | 45 |
| Binary | 10011111 | 10111100 | 0 | 1111 | 0 | 1100100 | 11010 | 1000101 | 1100100 | 100101 |
Color Harmonies of #9FBC00
Complementary color
Monochromatic Colors of #9FBC00
Black with #9FBC00
Text Example
Text Example
White with #9FBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC00; }
p { color: rgb(159,188,0); }
H1.HeaderClassName
{
color: #9FBC00;
}
.AnyTagClassName
{
color: #9FBC00;
}
</style>
background-color css
<style>
a { background-color: #9FBC00; }
a { background-color: rgb(159,188,0); }
div.DivClassName
{
background-color: #9FBC00;
}
.BgClassName
{
background-color: #9FBC00;
}
</style>
border-color css
<style>
span { border-color: #9FBC00; }
span { border-color: rgb(159,188,0); }
td.TdClassName
{
border-color: #9FBC00;
}
.TagClassName
{
border-color: #9FBC00;
}
</style>