Shades of Citrus #9AA50A
Tints of Citrus #9AA50A
RGB
CMYK
RGB Variations
Color information
#9AA50A (or 0x9AA50A) is known color: Citrus. HEX triplet: 9A, A5 and 0A. RGB value is (154,165,10). Sum of RGB (Red+Green+Blue) = 154+165+10=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA50A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA50A is #655AF5. Grayscale: #909090. Windows color (decimal): -6642422 or 697754. OLE color: 697754.
HSL color Cylindrical-coordinate representation of color #9AA50A: hue angle of 64.26º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AA50A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 10 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.35 |
| HSL | 64.26º | 0.89% | 0.34% | - |
| HSV(B) | 64.26º | 0.94% | 0.65% | - |
| XYZ | 26.84 | 33.8 | 5.4 | - |
| YUV | 144.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 10 | 0.07 | 0 | 0.94 | 0.35 | 64.26 | 0.89 | 0.34 |
| Hex | 9A | A5 | A | 7 | 0 | 5E | 23 | 40 | 59 | 22 |
| Octal | 232 | 245 | 12 | 7 | 0 | 136 | 43 | 100 | 131 | 42 |
| Binary | 10011010 | 10100101 | 1010 | 111 | 0 | 1011110 | 100011 | 1000000 | 1011001 | 100010 |
Color Harmonies of #9AA50A
Complementary color
Monochromatic Colors of #9AA50A
Black with #9AA50A
Text Example
Text Example
White with #9AA50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA50A; }
p { color: rgb(154,165,10); }
H1.HeaderClassName
{
color: #9AA50A;
}
.AnyTagClassName
{
color: #9AA50A;
}
</style>
background-color css
<style>
a { background-color: #9AA50A; }
a { background-color: rgb(154,165,10); }
div.DivClassName
{
background-color: #9AA50A;
}
.BgClassName
{
background-color: #9AA50A;
}
</style>
border-color css
<style>
span { border-color: #9AA50A; }
span { border-color: rgb(154,165,10); }
td.TdClassName
{
border-color: #9AA50A;
}
.TagClassName
{
border-color: #9AA50A;
}
</style>