Shades of Citrus #9FA30A
Tints of Citrus #9FA30A
RGB
CMYK
RGB Variations
Color information
#9FA30A (or 0x9FA30A) is known color: Citrus. HEX triplet: 9F, A3 and 0A. RGB value is (159,163,10). Sum of RGB (Red+Green+Blue) = 159+163+10=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA30A is #605CF5. Grayscale: #909090. Windows color (decimal): -6315254 or 697247. OLE color: 697247.
HSL color Cylindrical-coordinate representation of color #9FA30A: hue angle of 61.57º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FA30A is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 10 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.36 |
| HSL | 61.57º | 0.88% | 0.34% | - |
| HSV(B) | 61.57º | 0.94% | 0.64% | - |
| XYZ | 27.45 | 33.59 | 5.32 | - |
| YUV | 144.36 | 52.17 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 10 | 0.02 | 0 | 0.94 | 0.36 | 61.57 | 0.88 | 0.34 |
| Hex | 9F | A3 | A | 2 | 0 | 5E | 24 | 3E | 58 | 22 |
| Octal | 237 | 243 | 12 | 2 | 0 | 136 | 44 | 76 | 130 | 42 |
| Binary | 10011111 | 10100011 | 1010 | 10 | 0 | 1011110 | 100100 | 111110 | 1011000 | 100010 |
Color Harmonies of #9FA30A
Complementary color
Monochromatic Colors of #9FA30A
Black with #9FA30A
Text Example
Text Example
White with #9FA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA30A; }
p { color: rgb(159,163,10); }
H1.HeaderClassName
{
color: #9FA30A;
}
.AnyTagClassName
{
color: #9FA30A;
}
</style>
background-color css
<style>
a { background-color: #9FA30A; }
a { background-color: rgb(159,163,10); }
div.DivClassName
{
background-color: #9FA30A;
}
.BgClassName
{
background-color: #9FA30A;
}
</style>
border-color css
<style>
span { border-color: #9FA30A; }
span { border-color: rgb(159,163,10); }
td.TdClassName
{
border-color: #9FA30A;
}
.TagClassName
{
border-color: #9FA30A;
}
</style>