Shades of Citrus #9FC30A
Tints of Citrus #9FC30A
RGB
CMYK
RGB Variations
Color information
#9FC30A (or 0x9FC30A) is known color: Citrus. HEX triplet: 9F, C3 and 0A. RGB value is (159,195,10). Sum of RGB (Red+Green+Blue) = 159+195+10=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC30A is #603CF5. Grayscale: #A3A3A3. Windows color (decimal): -6307062 or 705439. OLE color: 705439.
HSL color Cylindrical-coordinate representation of color #9FC30A: hue angle of 71.68º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FC30A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 10 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.24 |
| HSL | 71.68º | 0.9% | 0.4% | - |
| HSV(B) | 71.68º | 0.95% | 0.76% | - |
| XYZ | 33.87 | 46.42 | 7.46 | - |
| YUV | 163.15 | 41.57 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 10 | 0.18 | 0 | 0.95 | 0.24 | 71.68 | 0.9 | 0.4 |
| Hex | 9F | C3 | A | 12 | 0 | 5F | 18 | 48 | 5A | 28 |
| Octal | 237 | 303 | 12 | 22 | 0 | 137 | 30 | 110 | 132 | 50 |
| Binary | 10011111 | 11000011 | 1010 | 10010 | 0 | 1011111 | 11000 | 1001000 | 1011010 | 101000 |
Color Harmonies of #9FC30A
Complementary color
Monochromatic Colors of #9FC30A
Black with #9FC30A
Text Example
Text Example
White with #9FC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC30A; }
p { color: rgb(159,195,10); }
H1.HeaderClassName
{
color: #9FC30A;
}
.AnyTagClassName
{
color: #9FC30A;
}
</style>
background-color css
<style>
a { background-color: #9FC30A; }
a { background-color: rgb(159,195,10); }
div.DivClassName
{
background-color: #9FC30A;
}
.BgClassName
{
background-color: #9FC30A;
}
</style>
border-color css
<style>
span { border-color: #9FC30A; }
span { border-color: rgb(159,195,10); }
td.TdClassName
{
border-color: #9FC30A;
}
.TagClassName
{
border-color: #9FC30A;
}
</style>