Shades of Citrus #9FB60F
Tints of Citrus #9FB60F
RGB
CMYK
RGB Variations
Color information
#9FB60F (or 0x9FB60F) is known color: Citrus. HEX triplet: 9F, B6 and 0F. RGB value is (159,182,15). Sum of RGB (Red+Green+Blue) = 159+182+15=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB60F is #6049F0. Grayscale: #9C9C9C. Windows color (decimal): -6310385 or 1029791. OLE color: 1029791.
HSL color Cylindrical-coordinate representation of color #9FB60F: hue angle of 68.26º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FB60F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 182 | 15 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.29 |
| HSL | 68.26º | 0.85% | 0.39% | - |
| HSV(B) | 68.26º | 0.92% | 0.71% | - |
| XYZ | 31.11 | 40.86 | 6.7 | - |
| YUV | 156.09 | 48.38 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 182 | 15 | 0.13 | 0 | 0.92 | 0.29 | 68.26 | 0.85 | 0.39 |
| Hex | 9F | B6 | F | D | 0 | 5C | 1D | 44 | 55 | 27 |
| Octal | 237 | 266 | 17 | 15 | 0 | 134 | 35 | 104 | 125 | 47 |
| Binary | 10011111 | 10110110 | 1111 | 1101 | 0 | 1011100 | 11101 | 1000100 | 1010101 | 100111 |
Color Harmonies of #9FB60F
Complementary color
Monochromatic Colors of #9FB60F
Black with #9FB60F
Text Example
Text Example
White with #9FB60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB60F; }
p { color: rgb(159,182,15); }
H1.HeaderClassName
{
color: #9FB60F;
}
.AnyTagClassName
{
color: #9FB60F;
}
</style>
background-color css
<style>
a { background-color: #9FB60F; }
a { background-color: rgb(159,182,15); }
div.DivClassName
{
background-color: #9FB60F;
}
.BgClassName
{
background-color: #9FB60F;
}
</style>
border-color css
<style>
span { border-color: #9FB60F; }
span { border-color: rgb(159,182,15); }
td.TdClassName
{
border-color: #9FB60F;
}
.TagClassName
{
border-color: #9FB60F;
}
</style>