Shades of Citron #9FAA21
Tints of Citron #9FAA21
RGB
CMYK
RGB Variations
Color information
#9FAA21 (or 0x9FAA21) is known color: Citron. HEX triplet: 9F, AA and 21. RGB value is (159,170,33). Sum of RGB (Red+Green+Blue) = 159+170+33=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA21 is #6055DE. Grayscale: #979797. Windows color (decimal): -6313439 or 2206367. OLE color: 2206367.
HSL color Cylindrical-coordinate representation of color #9FAA21: hue angle of 64.82º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9FAA21 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 33 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.33 |
| HSL | 64.82º | 0.67% | 0.4% | - |
| HSV(B) | 64.82º | 0.81% | 0.67% | - |
| XYZ | 28.95 | 36.23 | 6.91 | - |
| YUV | 151.09 | 61.36 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 33 | 0.06 | 0 | 0.81 | 0.33 | 64.82 | 0.67 | 0.4 |
| Hex | 9F | AA | 21 | 6 | 0 | 51 | 21 | 41 | 43 | 28 |
| Octal | 237 | 252 | 41 | 6 | 0 | 121 | 41 | 101 | 103 | 50 |
| Binary | 10011111 | 10101010 | 100001 | 110 | 0 | 1010001 | 100001 | 1000001 | 1000011 | 101000 |
Color Harmonies of #9FAA21
Complementary color
Monochromatic Colors of #9FAA21
Black with #9FAA21
Text Example
Text Example
White with #9FAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA21; }
p { color: rgb(159,170,33); }
H1.HeaderClassName
{
color: #9FAA21;
}
.AnyTagClassName
{
color: #9FAA21;
}
</style>
background-color css
<style>
a { background-color: #9FAA21; }
a { background-color: rgb(159,170,33); }
div.DivClassName
{
background-color: #9FAA21;
}
.BgClassName
{
background-color: #9FAA21;
}
</style>
border-color css
<style>
span { border-color: #9FAA21; }
span { border-color: rgb(159,170,33); }
td.TdClassName
{
border-color: #9FAA21;
}
.TagClassName
{
border-color: #9FAA21;
}
</style>