Shades of Citrus #9FAA0C
Tints of Citrus #9FAA0C
RGB
CMYK
RGB Variations
Color information
#9FAA0C (or 0x9FAA0C) is known color: Citrus. HEX triplet: 9F, AA and 0C. RGB value is (159,170,12). Sum of RGB (Red+Green+Blue) = 159+170+12=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA0C is #6055F3. Grayscale: #959595. Windows color (decimal): -6313460 or 830111. OLE color: 830111.
HSL color Cylindrical-coordinate representation of color #9FAA0C: hue angle of 64.18º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FAA0C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 12 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.33 |
| HSL | 64.18º | 0.87% | 0.36% | - |
| HSV(B) | 64.18º | 0.93% | 0.67% | - |
| XYZ | 28.74 | 36.15 | 5.81 | - |
| YUV | 148.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 12 | 0.06 | 0 | 0.93 | 0.33 | 64.18 | 0.87 | 0.36 |
| Hex | 9F | AA | C | 6 | 0 | 5D | 21 | 40 | 57 | 24 |
| Octal | 237 | 252 | 14 | 6 | 0 | 135 | 41 | 100 | 127 | 44 |
| Binary | 10011111 | 10101010 | 1100 | 110 | 0 | 1011101 | 100001 | 1000000 | 1010111 | 100100 |
Color Harmonies of #9FAA0C
Complementary color
Monochromatic Colors of #9FAA0C
Black with #9FAA0C
Text Example
Text Example
White with #9FAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA0C; }
p { color: rgb(159,170,12); }
H1.HeaderClassName
{
color: #9FAA0C;
}
.AnyTagClassName
{
color: #9FAA0C;
}
</style>
background-color css
<style>
a { background-color: #9FAA0C; }
a { background-color: rgb(159,170,12); }
div.DivClassName
{
background-color: #9FAA0C;
}
.BgClassName
{
background-color: #9FAA0C;
}
</style>
border-color css
<style>
span { border-color: #9FAA0C; }
span { border-color: rgb(159,170,12); }
td.TdClassName
{
border-color: #9FAA0C;
}
.TagClassName
{
border-color: #9FAA0C;
}
</style>