Shades of Citrus #9FC500
Tints of Citrus #9FC500
RGB
CMYK
RGB Variations
Color information
#9FC500 (or 0x9FC500) is known color: Citrus. HEX triplet: 9F, C5 and 00. RGB value is (159,197,0). Sum of RGB (Red+Green+Blue) = 159+197+0=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC500 is #603AFF. Grayscale: #A3A3A3. Windows color (decimal): -6306560 or 50591. OLE color: 50591.
HSL color Cylindrical-coordinate representation of color #9FC500: hue angle of 71.57º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FC500 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.23 |
| HSL | 71.57º | 1% | 0.39% | - |
| HSV(B) | 71.57º | 1% | 0.77% | - |
| XYZ | 34.26 | 47.3 | 7.32 | - |
| YUV | 163.18 | 35.91 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 0 | 0.19 | 0 | 1 | 0.23 | 71.57 | 1 | 0.39 |
| Hex | 9F | C5 | 0 | 13 | 0 | 64 | 17 | 48 | 64 | 27 |
| Octal | 237 | 305 | 0 | 23 | 0 | 144 | 27 | 110 | 144 | 47 |
| Binary | 10011111 | 11000101 | 0 | 10011 | 0 | 1100100 | 10111 | 1001000 | 1100100 | 100111 |
Color Harmonies of #9FC500
Complementary color
Monochromatic Colors of #9FC500
Black with #9FC500
Text Example
Text Example
White with #9FC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC500; }
p { color: rgb(159,197,0); }
H1.HeaderClassName
{
color: #9FC500;
}
.AnyTagClassName
{
color: #9FC500;
}
</style>
background-color css
<style>
a { background-color: #9FC500; }
a { background-color: rgb(159,197,0); }
div.DivClassName
{
background-color: #9FC500;
}
.BgClassName
{
background-color: #9FC500;
}
</style>
border-color css
<style>
span { border-color: #9FC500; }
span { border-color: rgb(159,197,0); }
td.TdClassName
{
border-color: #9FC500;
}
.TagClassName
{
border-color: #9FC500;
}
</style>