Shades of Citrus #9FA307
Tints of Citrus #9FA307
RGB
CMYK
RGB Variations
Color information
#9FA307 (or 0x9FA307) is known color: Citrus. HEX triplet: 9F, A3 and 07. RGB value is (159,163,7). Sum of RGB (Red+Green+Blue) = 159+163+7=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA307 is #605CF8. Grayscale: #909090. Windows color (decimal): -6315257 or 500639. OLE color: 500639.
HSL color Cylindrical-coordinate representation of color #9FA307: hue angle of 61.54º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FA307 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.36 |
| HSL | 61.54º | 0.92% | 0.33% | - |
| HSV(B) | 61.54º | 0.96% | 0.64% | - |
| XYZ | 27.43 | 33.58 | 5.24 | - |
| YUV | 144.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 7 | 0.02 | 0 | 0.96 | 0.36 | 61.54 | 0.92 | 0.33 |
| Hex | 9F | A3 | 7 | 2 | 0 | 60 | 24 | 3E | 5C | 21 |
| Octal | 237 | 243 | 7 | 2 | 0 | 140 | 44 | 76 | 134 | 41 |
| Binary | 10011111 | 10100011 | 111 | 10 | 0 | 1100000 | 100100 | 111110 | 1011100 | 100001 |
Color Harmonies of #9FA307
Complementary color
Monochromatic Colors of #9FA307
Black with #9FA307
Text Example
Text Example
White with #9FA307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA307; }
p { color: rgb(159,163,7); }
H1.HeaderClassName
{
color: #9FA307;
}
.AnyTagClassName
{
color: #9FA307;
}
</style>
background-color css
<style>
a { background-color: #9FA307; }
a { background-color: rgb(159,163,7); }
div.DivClassName
{
background-color: #9FA307;
}
.BgClassName
{
background-color: #9FA307;
}
</style>
border-color css
<style>
span { border-color: #9FA307; }
span { border-color: rgb(159,163,7); }
td.TdClassName
{
border-color: #9FA307;
}
.TagClassName
{
border-color: #9FA307;
}
</style>