Shades of Citrus #9FAA1C
Tints of Citrus #9FAA1C
RGB
CMYK
RGB Variations
Color information
#9FAA1C (or 0x9FAA1C) is known color: Citrus. HEX triplet: 9F, AA and 1C. RGB value is (159,170,28). Sum of RGB (Red+Green+Blue) = 159+170+28=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA1C is #6055E3. Grayscale: #979797. Windows color (decimal): -6313444 or 1878687. OLE color: 1878687.
HSL color Cylindrical-coordinate representation of color #9FAA1C: hue angle of 64.65º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FAA1C is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 28 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.33 |
| HSL | 64.65º | 0.72% | 0.39% | - |
| HSV(B) | 64.65º | 0.84% | 0.67% | - |
| XYZ | 28.88 | 36.2 | 6.56 | - |
| YUV | 150.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 28 | 0.06 | 0 | 0.84 | 0.33 | 64.65 | 0.72 | 0.39 |
| Hex | 9F | AA | 1C | 6 | 0 | 54 | 21 | 41 | 48 | 27 |
| Octal | 237 | 252 | 34 | 6 | 0 | 124 | 41 | 101 | 110 | 47 |
| Binary | 10011111 | 10101010 | 11100 | 110 | 0 | 1010100 | 100001 | 1000001 | 1001000 | 100111 |
Color Harmonies of #9FAA1C
Complementary color
Monochromatic Colors of #9FAA1C
Black with #9FAA1C
Text Example
Text Example
White with #9FAA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA1C; }
p { color: rgb(159,170,28); }
H1.HeaderClassName
{
color: #9FAA1C;
}
.AnyTagClassName
{
color: #9FAA1C;
}
</style>
background-color css
<style>
a { background-color: #9FAA1C; }
a { background-color: rgb(159,170,28); }
div.DivClassName
{
background-color: #9FAA1C;
}
.BgClassName
{
background-color: #9FAA1C;
}
</style>
border-color css
<style>
span { border-color: #9FAA1C; }
span { border-color: rgb(159,170,28); }
td.TdClassName
{
border-color: #9FAA1C;
}
.TagClassName
{
border-color: #9FAA1C;
}
</style>