Shades of Citrus #9FC50F
Tints of Citrus #9FC50F
RGB
CMYK
RGB Variations
Color information
#9FC50F (or 0x9FC50F) is known color: Citrus. HEX triplet: 9F, C5 and 0F. RGB value is (159,197,15). Sum of RGB (Red+Green+Blue) = 159+197+15=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC50F is #603AF0. Grayscale: #A5A5A5. Windows color (decimal): -6306545 or 1033631. OLE color: 1033631.
HSL color Cylindrical-coordinate representation of color #9FC50F: hue angle of 72.53º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FC50F is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 15 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.23 |
| HSL | 72.53º | 0.86% | 0.42% | - |
| HSV(B) | 72.53º | 0.92% | 0.77% | - |
| XYZ | 34.35 | 47.34 | 7.78 | - |
| YUV | 164.89 | 43.41 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 15 | 0.19 | 0 | 0.92 | 0.23 | 72.53 | 0.86 | 0.42 |
| Hex | 9F | C5 | F | 13 | 0 | 5C | 17 | 49 | 56 | 2A |
| Octal | 237 | 305 | 17 | 23 | 0 | 134 | 27 | 111 | 126 | 52 |
| Binary | 10011111 | 11000101 | 1111 | 10011 | 0 | 1011100 | 10111 | 1001001 | 1010110 | 101010 |
Color Harmonies of #9FC50F
Complementary color
Monochromatic Colors of #9FC50F
Black with #9FC50F
Text Example
Text Example
White with #9FC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC50F; }
p { color: rgb(159,197,15); }
H1.HeaderClassName
{
color: #9FC50F;
}
.AnyTagClassName
{
color: #9FC50F;
}
</style>
background-color css
<style>
a { background-color: #9FC50F; }
a { background-color: rgb(159,197,15); }
div.DivClassName
{
background-color: #9FC50F;
}
.BgClassName
{
background-color: #9FC50F;
}
</style>
border-color css
<style>
span { border-color: #9FC50F; }
span { border-color: rgb(159,197,15); }
td.TdClassName
{
border-color: #9FC50F;
}
.TagClassName
{
border-color: #9FC50F;
}
</style>