Shades of Citrus #9FC00D
Tints of Citrus #9FC00D
RGB
CMYK
RGB Variations
Color information
#9FC00D (or 0x9FC00D) is known color: Citrus. HEX triplet: 9F, C0 and 0D. RGB value is (159,192,13). Sum of RGB (Red+Green+Blue) = 159+192+13=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC00D is #603FF2. Grayscale: #A2A2A2. Windows color (decimal): -6307827 or 901279. OLE color: 901279.
HSL color Cylindrical-coordinate representation of color #9FC00D: hue angle of 71.06º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FC00D is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 13 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.25 |
| HSL | 71.06º | 0.87% | 0.4% | - |
| HSV(B) | 71.06º | 0.93% | 0.75% | - |
| XYZ | 33.22 | 45.1 | 7.33 | - |
| YUV | 161.73 | 44.07 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 13 | 0.17 | 0 | 0.93 | 0.25 | 71.06 | 0.87 | 0.4 |
| Hex | 9F | C0 | D | 11 | 0 | 5D | 19 | 47 | 57 | 28 |
| Octal | 237 | 300 | 15 | 21 | 0 | 135 | 31 | 107 | 127 | 50 |
| Binary | 10011111 | 11000000 | 1101 | 10001 | 0 | 1011101 | 11001 | 1000111 | 1010111 | 101000 |
Color Harmonies of #9FC00D
Complementary color
Monochromatic Colors of #9FC00D
Black with #9FC00D
Text Example
Text Example
White with #9FC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC00D; }
p { color: rgb(159,192,13); }
H1.HeaderClassName
{
color: #9FC00D;
}
.AnyTagClassName
{
color: #9FC00D;
}
</style>
background-color css
<style>
a { background-color: #9FC00D; }
a { background-color: rgb(159,192,13); }
div.DivClassName
{
background-color: #9FC00D;
}
.BgClassName
{
background-color: #9FC00D;
}
</style>
border-color css
<style>
span { border-color: #9FC00D; }
span { border-color: rgb(159,192,13); }
td.TdClassName
{
border-color: #9FC00D;
}
.TagClassName
{
border-color: #9FC00D;
}
</style>