Shades of Citrus #9FA302
Tints of Citrus #9FA302
RGB
CMYK
RGB Variations
Color information
#9FA302 (or 0x9FA302) is known color: Citrus. HEX triplet: 9F, A3 and 02. RGB value is (159,163,2). Sum of RGB (Red+Green+Blue) = 159+163+2=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA302 is #605CFD. Grayscale: #909090. Windows color (decimal): -6315262 or 172959. OLE color: 172959.
HSL color Cylindrical-coordinate representation of color #9FA302: hue angle of 61.49º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FA302 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.36 |
| HSL | 61.49º | 0.98% | 0.32% | - |
| HSV(B) | 61.49º | 0.99% | 0.64% | - |
| XYZ | 27.41 | 33.57 | 5.09 | - |
| YUV | 143.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 2 | 0.02 | 0 | 0.99 | 0.36 | 61.49 | 0.98 | 0.32 |
| Hex | 9F | A3 | 2 | 2 | 0 | 63 | 24 | 3D | 62 | 20 |
| Octal | 237 | 243 | 2 | 2 | 0 | 143 | 44 | 75 | 142 | 40 |
| Binary | 10011111 | 10100011 | 10 | 10 | 0 | 1100011 | 100100 | 111101 | 1100010 | 100000 |
Color Harmonies of #9FA302
Complementary color
Monochromatic Colors of #9FA302
Black with #9FA302
Text Example
Text Example
White with #9FA302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA302; }
p { color: rgb(159,163,2); }
H1.HeaderClassName
{
color: #9FA302;
}
.AnyTagClassName
{
color: #9FA302;
}
</style>
background-color css
<style>
a { background-color: #9FA302; }
a { background-color: rgb(159,163,2); }
div.DivClassName
{
background-color: #9FA302;
}
.BgClassName
{
background-color: #9FA302;
}
</style>
border-color css
<style>
span { border-color: #9FA302; }
span { border-color: rgb(159,163,2); }
td.TdClassName
{
border-color: #9FA302;
}
.TagClassName
{
border-color: #9FA302;
}
</style>