Shades of Citron #9FAA2D
Tints of Citron #9FAA2D
RGB
CMYK
RGB Variations
Color information
#9FAA2D (or 0x9FAA2D) is known color: Citron. HEX triplet: 9F, AA and 2D. RGB value is (159,170,45). Sum of RGB (Red+Green+Blue) = 159+170+45=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA2D is #6055D2. Grayscale: #989898. Windows color (decimal): -6313427 or 2992799. OLE color: 2992799.
HSL color Cylindrical-coordinate representation of color #9FAA2D: hue angle of 65.28º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FAA2D is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 45 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.33 |
| HSL | 65.28º | 0.58% | 0.42% | - |
| HSV(B) | 65.28º | 0.74% | 0.67% | - |
| XYZ | 29.15 | 36.31 | 7.95 | - |
| YUV | 152.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 45 | 0.06 | 0 | 0.74 | 0.33 | 65.28 | 0.58 | 0.42 |
| Hex | 9F | AA | 2D | 6 | 0 | 4A | 21 | 41 | 3A | 2A |
| Octal | 237 | 252 | 55 | 6 | 0 | 112 | 41 | 101 | 72 | 52 |
| Binary | 10011111 | 10101010 | 101101 | 110 | 0 | 1001010 | 100001 | 1000001 | 111010 | 101010 |
Color Harmonies of #9FAA2D
Complementary color
Monochromatic Colors of #9FAA2D
Black with #9FAA2D
Text Example
Text Example
White with #9FAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA2D; }
p { color: rgb(159,170,45); }
H1.HeaderClassName
{
color: #9FAA2D;
}
.AnyTagClassName
{
color: #9FAA2D;
}
</style>
background-color css
<style>
a { background-color: #9FAA2D; }
a { background-color: rgb(159,170,45); }
div.DivClassName
{
background-color: #9FAA2D;
}
.BgClassName
{
background-color: #9FAA2D;
}
</style>
border-color css
<style>
span { border-color: #9FAA2D; }
span { border-color: rgb(159,170,45); }
td.TdClassName
{
border-color: #9FAA2D;
}
.TagClassName
{
border-color: #9FAA2D;
}
</style>