Shades of Citrus #9FB70A
Tints of Citrus #9FB70A
RGB
CMYK
RGB Variations
Color information
#9FB70A (or 0x9FB70A) is known color: Citrus. HEX triplet: 9F, B7 and 0A. RGB value is (159,183,10). Sum of RGB (Red+Green+Blue) = 159+183+10=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB70A is #6048F5. Grayscale: #9C9C9C. Windows color (decimal): -6310134 or 702367. OLE color: 702367.
HSL color Cylindrical-coordinate representation of color #9FB70A: hue angle of 68.32º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FB70A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 10 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.28 |
| HSL | 68.32º | 0.9% | 0.38% | - |
| HSV(B) | 68.32º | 0.95% | 0.72% | - |
| XYZ | 31.29 | 41.26 | 6.6 | - |
| YUV | 156.1 | 45.55 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 10 | 0.13 | 0 | 0.95 | 0.28 | 68.32 | 0.9 | 0.38 |
| Hex | 9F | B7 | A | D | 0 | 5F | 1C | 44 | 5A | 26 |
| Octal | 237 | 267 | 12 | 15 | 0 | 137 | 34 | 104 | 132 | 46 |
| Binary | 10011111 | 10110111 | 1010 | 1101 | 0 | 1011111 | 11100 | 1000100 | 1011010 | 100110 |
Color Harmonies of #9FB70A
Complementary color
Monochromatic Colors of #9FB70A
Black with #9FB70A
Text Example
Text Example
White with #9FB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB70A; }
p { color: rgb(159,183,10); }
H1.HeaderClassName
{
color: #9FB70A;
}
.AnyTagClassName
{
color: #9FB70A;
}
</style>
background-color css
<style>
a { background-color: #9FB70A; }
a { background-color: rgb(159,183,10); }
div.DivClassName
{
background-color: #9FB70A;
}
.BgClassName
{
background-color: #9FB70A;
}
</style>
border-color css
<style>
span { border-color: #9FB70A; }
span { border-color: rgb(159,183,10); }
td.TdClassName
{
border-color: #9FB70A;
}
.TagClassName
{
border-color: #9FB70A;
}
</style>