Shades of Citrus #9FC30D
Tints of Citrus #9FC30D
RGB
CMYK
RGB Variations
Color information
#9FC30D (or 0x9FC30D) is known color: Citrus. HEX triplet: 9F, C3 and 0D. RGB value is (159,195,13). Sum of RGB (Red+Green+Blue) = 159+195+13=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC30D is #603CF2. Grayscale: #A4A4A4. Windows color (decimal): -6307059 or 902047. OLE color: 902047.
HSL color Cylindrical-coordinate representation of color #9FC30D: hue angle of 71.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FC30D is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 13 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.24 |
| HSL | 71.87º | 0.88% | 0.41% | - |
| HSV(B) | 71.87º | 0.93% | 0.76% | - |
| XYZ | 33.89 | 46.43 | 7.56 | - |
| YUV | 163.49 | 43.07 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 13 | 0.18 | 0 | 0.93 | 0.24 | 71.87 | 0.88 | 0.41 |
| Hex | 9F | C3 | D | 12 | 0 | 5D | 18 | 48 | 58 | 29 |
| Octal | 237 | 303 | 15 | 22 | 0 | 135 | 30 | 110 | 130 | 51 |
| Binary | 10011111 | 11000011 | 1101 | 10010 | 0 | 1011101 | 11000 | 1001000 | 1011000 | 101001 |
Color Harmonies of #9FC30D
Complementary color
Monochromatic Colors of #9FC30D
Black with #9FC30D
Text Example
Text Example
White with #9FC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC30D; }
p { color: rgb(159,195,13); }
H1.HeaderClassName
{
color: #9FC30D;
}
.AnyTagClassName
{
color: #9FC30D;
}
</style>
background-color css
<style>
a { background-color: #9FC30D; }
a { background-color: rgb(159,195,13); }
div.DivClassName
{
background-color: #9FC30D;
}
.BgClassName
{
background-color: #9FC30D;
}
</style>
border-color css
<style>
span { border-color: #9FC30D; }
span { border-color: rgb(159,195,13); }
td.TdClassName
{
border-color: #9FC30D;
}
.TagClassName
{
border-color: #9FC30D;
}
</style>