Shades of Citrus #9FC50D
Tints of Citrus #9FC50D
RGB
CMYK
RGB Variations
Color information
#9FC50D (or 0x9FC50D) is known color: Citrus. HEX triplet: 9F, C5 and 0D. RGB value is (159,197,13). Sum of RGB (Red+Green+Blue) = 159+197+13=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC50D is #603AF2. Grayscale: #A5A5A5. Windows color (decimal): -6306547 or 902559. OLE color: 902559.
HSL color Cylindrical-coordinate representation of color #9FC50D: hue angle of 72.39º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FC50D is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 13 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.23 |
| HSL | 72.39º | 0.88% | 0.41% | - |
| HSV(B) | 72.39º | 0.93% | 0.77% | - |
| XYZ | 34.34 | 47.33 | 7.71 | - |
| YUV | 164.66 | 42.41 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 13 | 0.19 | 0 | 0.93 | 0.23 | 72.39 | 0.88 | 0.41 |
| Hex | 9F | C5 | D | 13 | 0 | 5D | 17 | 48 | 58 | 29 |
| Octal | 237 | 305 | 15 | 23 | 0 | 135 | 27 | 110 | 130 | 51 |
| Binary | 10011111 | 11000101 | 1101 | 10011 | 0 | 1011101 | 10111 | 1001000 | 1011000 | 101001 |
Color Harmonies of #9FC50D
Complementary color
Monochromatic Colors of #9FC50D
Black with #9FC50D
Text Example
Text Example
White with #9FC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC50D; }
p { color: rgb(159,197,13); }
H1.HeaderClassName
{
color: #9FC50D;
}
.AnyTagClassName
{
color: #9FC50D;
}
</style>
background-color css
<style>
a { background-color: #9FC50D; }
a { background-color: rgb(159,197,13); }
div.DivClassName
{
background-color: #9FC50D;
}
.BgClassName
{
background-color: #9FC50D;
}
</style>
border-color css
<style>
span { border-color: #9FC50D; }
span { border-color: rgb(159,197,13); }
td.TdClassName
{
border-color: #9FC50D;
}
.TagClassName
{
border-color: #9FC50D;
}
</style>