Shades of Citrus #9FA204
Tints of Citrus #9FA204
RGB
CMYK
RGB Variations
Color information
#9FA204 (or 0x9FA204) is known color: Citrus. HEX triplet: 9F, A2 and 04. RGB value is (159,162,4). Sum of RGB (Red+Green+Blue) = 159+162+4=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA204 is #605DFB. Grayscale: #8F8F8F. Windows color (decimal): -6315516 or 303775. OLE color: 303775.
HSL color Cylindrical-coordinate representation of color #9FA204: hue angle of 61.14º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FA204 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.36 |
| HSL | 61.14º | 0.95% | 0.33% | - |
| HSV(B) | 61.14º | 0.98% | 0.64% | - |
| XYZ | 27.24 | 33.22 | 5.09 | - |
| YUV | 143.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 4 | 0.02 | 0 | 0.98 | 0.36 | 61.14 | 0.95 | 0.33 |
| Hex | 9F | A2 | 4 | 2 | 0 | 62 | 24 | 3D | 5F | 21 |
| Octal | 237 | 242 | 4 | 2 | 0 | 142 | 44 | 75 | 137 | 41 |
| Binary | 10011111 | 10100010 | 100 | 10 | 0 | 1100010 | 100100 | 111101 | 1011111 | 100001 |
Color Harmonies of #9FA204
Complementary color
Monochromatic Colors of #9FA204
Black with #9FA204
Text Example
Text Example
White with #9FA204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA204; }
p { color: rgb(159,162,4); }
H1.HeaderClassName
{
color: #9FA204;
}
.AnyTagClassName
{
color: #9FA204;
}
</style>
background-color css
<style>
a { background-color: #9FA204; }
a { background-color: rgb(159,162,4); }
div.DivClassName
{
background-color: #9FA204;
}
.BgClassName
{
background-color: #9FA204;
}
</style>
border-color css
<style>
span { border-color: #9FA204; }
span { border-color: rgb(159,162,4); }
td.TdClassName
{
border-color: #9FA204;
}
.TagClassName
{
border-color: #9FA204;
}
</style>