Shades of Citrus #9AA511
Tints of Citrus #9AA511
RGB
CMYK
RGB Variations
Color information
#9AA511 (or 0x9AA511) is known color: Citrus. HEX triplet: 9A, A5 and 11. RGB value is (154,165,17). Sum of RGB (Red+Green+Blue) = 154+165+17=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA511 is #655AEE. Grayscale: #919191. Windows color (decimal): -6642415 or 1156506. OLE color: 1156506.
HSL color Cylindrical-coordinate representation of color #9AA511: hue angle of 64.46º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AA511 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 17 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.35 |
| HSL | 64.46º | 0.81% | 0.36% | - |
| HSV(B) | 64.46º | 0.9% | 0.65% | - |
| XYZ | 26.88 | 33.82 | 5.64 | - |
| YUV | 144.84 | 55.86 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 17 | 0.07 | 0 | 0.90 | 0.35 | 64.46 | 0.81 | 0.36 |
| Hex | 9A | A5 | 11 | 7 | 0 | 5A | 23 | 40 | 51 | 24 |
| Octal | 232 | 245 | 21 | 7 | 0 | 132 | 43 | 100 | 121 | 44 |
| Binary | 10011010 | 10100101 | 10001 | 111 | 0 | 1011010 | 100011 | 1000000 | 1010001 | 100100 |
Color Harmonies of #9AA511
Complementary color
Monochromatic Colors of #9AA511
Black with #9AA511
Text Example
Text Example
White with #9AA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA511; }
p { color: rgb(154,165,17); }
H1.HeaderClassName
{
color: #9AA511;
}
.AnyTagClassName
{
color: #9AA511;
}
</style>
background-color css
<style>
a { background-color: #9AA511; }
a { background-color: rgb(154,165,17); }
div.DivClassName
{
background-color: #9AA511;
}
.BgClassName
{
background-color: #9AA511;
}
</style>
border-color css
<style>
span { border-color: #9AA511; }
span { border-color: rgb(154,165,17); }
td.TdClassName
{
border-color: #9AA511;
}
.TagClassName
{
border-color: #9AA511;
}
</style>