Shades of Citrus #9FC110
Tints of Citrus #9FC110
RGB
CMYK
RGB Variations
Color information
#9FC110 (or 0x9FC110) is known color: Citrus. HEX triplet: 9F, C1 and 10. RGB value is (159,193,16). Sum of RGB (Red+Green+Blue) = 159+193+16=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC110 is #603EEF. Grayscale: #A3A3A3. Windows color (decimal): -6307568 or 1098143. OLE color: 1098143.
HSL color Cylindrical-coordinate representation of color #9FC110: hue angle of 71.53º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FC110 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 193 | 16 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.24 |
| HSL | 71.53º | 0.85% | 0.41% | - |
| HSV(B) | 71.53º | 0.92% | 0.76% | - |
| XYZ | 33.46 | 45.55 | 7.52 | - |
| YUV | 162.66 | 45.24 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 193 | 16 | 0.18 | 0 | 0.92 | 0.24 | 71.53 | 0.85 | 0.41 |
| Hex | 9F | C1 | 10 | 12 | 0 | 5C | 18 | 48 | 55 | 29 |
| Octal | 237 | 301 | 20 | 22 | 0 | 134 | 30 | 110 | 125 | 51 |
| Binary | 10011111 | 11000001 | 10000 | 10010 | 0 | 1011100 | 11000 | 1001000 | 1010101 | 101001 |
Color Harmonies of #9FC110
Complementary color
Monochromatic Colors of #9FC110
Black with #9FC110
Text Example
Text Example
White with #9FC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC110; }
p { color: rgb(159,193,16); }
H1.HeaderClassName
{
color: #9FC110;
}
.AnyTagClassName
{
color: #9FC110;
}
</style>
background-color css
<style>
a { background-color: #9FC110; }
a { background-color: rgb(159,193,16); }
div.DivClassName
{
background-color: #9FC110;
}
.BgClassName
{
background-color: #9FC110;
}
</style>
border-color css
<style>
span { border-color: #9FC110; }
span { border-color: rgb(159,193,16); }
td.TdClassName
{
border-color: #9FC110;
}
.TagClassName
{
border-color: #9FC110;
}
</style>