Shades of Citrus #9FC40A
Tints of Citrus #9FC40A
RGB
CMYK
RGB Variations
Color information
#9FC40A (or 0x9FC40A) is known color: Citrus. HEX triplet: 9F, C4 and 0A. RGB value is (159,196,10). Sum of RGB (Red+Green+Blue) = 159+196+10=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC40A is #603BF5. Grayscale: #A4A4A4. Windows color (decimal): -6306806 or 705695. OLE color: 705695.
HSL color Cylindrical-coordinate representation of color #9FC40A: hue angle of 71.94º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FC40A is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 196 | 10 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.23 |
| HSL | 71.94º | 0.9% | 0.4% | - |
| HSV(B) | 71.94º | 0.95% | 0.77% | - |
| XYZ | 34.09 | 46.87 | 7.54 | - |
| YUV | 163.73 | 41.24 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 196 | 10 | 0.19 | 0 | 0.95 | 0.23 | 71.94 | 0.9 | 0.4 |
| Hex | 9F | C4 | A | 13 | 0 | 5F | 17 | 48 | 5A | 28 |
| Octal | 237 | 304 | 12 | 23 | 0 | 137 | 27 | 110 | 132 | 50 |
| Binary | 10011111 | 11000100 | 1010 | 10011 | 0 | 1011111 | 10111 | 1001000 | 1011010 | 101000 |
Color Harmonies of #9FC40A
Complementary color
Monochromatic Colors of #9FC40A
Black with #9FC40A
Text Example
Text Example
White with #9FC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC40A; }
p { color: rgb(159,196,10); }
H1.HeaderClassName
{
color: #9FC40A;
}
.AnyTagClassName
{
color: #9FC40A;
}
</style>
background-color css
<style>
a { background-color: #9FC40A; }
a { background-color: rgb(159,196,10); }
div.DivClassName
{
background-color: #9FC40A;
}
.BgClassName
{
background-color: #9FC40A;
}
</style>
border-color css
<style>
span { border-color: #9FC40A; }
span { border-color: rgb(159,196,10); }
td.TdClassName
{
border-color: #9FC40A;
}
.TagClassName
{
border-color: #9FC40A;
}
</style>