Shades of Citron #9FAA24
Tints of Citron #9FAA24
RGB
CMYK
RGB Variations
Color information
#9FAA24 (or 0x9FAA24) is known color: Citron. HEX triplet: 9F, AA and 24. RGB value is (159,170,36). Sum of RGB (Red+Green+Blue) = 159+170+36=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA24 is #6055DB. Grayscale: #979797. Windows color (decimal): -6313436 or 2402975. OLE color: 2402975.
HSL color Cylindrical-coordinate representation of color #9FAA24: hue angle of 64.93º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FAA24 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 36 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.33 |
| HSL | 64.93º | 0.65% | 0.4% | - |
| HSV(B) | 64.93º | 0.79% | 0.67% | - |
| XYZ | 28.99 | 36.25 | 7.14 | - |
| YUV | 151.44 | 62.86 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 36 | 0.06 | 0 | 0.79 | 0.33 | 64.93 | 0.65 | 0.4 |
| Hex | 9F | AA | 24 | 6 | 0 | 4F | 21 | 41 | 41 | 28 |
| Octal | 237 | 252 | 44 | 6 | 0 | 117 | 41 | 101 | 101 | 50 |
| Binary | 10011111 | 10101010 | 100100 | 110 | 0 | 1001111 | 100001 | 1000001 | 1000001 | 101000 |
Color Harmonies of #9FAA24
Complementary color
Monochromatic Colors of #9FAA24
Black with #9FAA24
Text Example
Text Example
White with #9FAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA24; }
p { color: rgb(159,170,36); }
H1.HeaderClassName
{
color: #9FAA24;
}
.AnyTagClassName
{
color: #9FAA24;
}
</style>
background-color css
<style>
a { background-color: #9FAA24; }
a { background-color: rgb(159,170,36); }
div.DivClassName
{
background-color: #9FAA24;
}
.BgClassName
{
background-color: #9FAA24;
}
</style>
border-color css
<style>
span { border-color: #9FAA24; }
span { border-color: rgb(159,170,36); }
td.TdClassName
{
border-color: #9FAA24;
}
.TagClassName
{
border-color: #9FAA24;
}
</style>