Shades of Citrus #9FC10D
Tints of Citrus #9FC10D
RGB
CMYK
RGB Variations
Color information
#9FC10D (or 0x9FC10D) is known color: Citrus. HEX triplet: 9F, C1 and 0D. RGB value is (159,193,13). Sum of RGB (Red+Green+Blue) = 159+193+13=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC10D is #603EF2. Grayscale: #A3A3A3. Windows color (decimal): -6307571 or 901535. OLE color: 901535.
HSL color Cylindrical-coordinate representation of color #9FC10D: hue angle of 71.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FC10D is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 193 | 13 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.24 |
| HSL | 71.33º | 0.87% | 0.4% | - |
| HSV(B) | 71.33º | 0.93% | 0.76% | - |
| XYZ | 33.44 | 45.54 | 7.41 | - |
| YUV | 162.31 | 43.74 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 193 | 13 | 0.18 | 0 | 0.93 | 0.24 | 71.33 | 0.87 | 0.4 |
| Hex | 9F | C1 | D | 12 | 0 | 5D | 18 | 47 | 57 | 28 |
| Octal | 237 | 301 | 15 | 22 | 0 | 135 | 30 | 107 | 127 | 50 |
| Binary | 10011111 | 11000001 | 1101 | 10010 | 0 | 1011101 | 11000 | 1000111 | 1010111 | 101000 |
Color Harmonies of #9FC10D
Complementary color
Monochromatic Colors of #9FC10D
Black with #9FC10D
Text Example
Text Example
White with #9FC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC10D; }
p { color: rgb(159,193,13); }
H1.HeaderClassName
{
color: #9FC10D;
}
.AnyTagClassName
{
color: #9FC10D;
}
</style>
background-color css
<style>
a { background-color: #9FC10D; }
a { background-color: rgb(159,193,13); }
div.DivClassName
{
background-color: #9FC10D;
}
.BgClassName
{
background-color: #9FC10D;
}
</style>
border-color css
<style>
span { border-color: #9FC10D; }
span { border-color: rgb(159,193,13); }
td.TdClassName
{
border-color: #9FC10D;
}
.TagClassName
{
border-color: #9FC10D;
}
</style>