Shades of Citrus #9AA506
Tints of Citrus #9AA506
RGB
CMYK
RGB Variations
Color information
#9AA506 (or 0x9AA506) is known color: Citrus. HEX triplet: 9A, A5 and 06. RGB value is (154,165,6). Sum of RGB (Red+Green+Blue) = 154+165+6=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA506 is #655AF9. Grayscale: #909090. Windows color (decimal): -6642426 or 435610. OLE color: 435610.
HSL color Cylindrical-coordinate representation of color #9AA506: hue angle of 64.15º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AA506 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 6 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.35 |
| HSL | 64.15º | 0.93% | 0.34% | - |
| HSV(B) | 64.15º | 0.96% | 0.65% | - |
| XYZ | 26.81 | 33.79 | 5.28 | - |
| YUV | 143.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 6 | 0.07 | 0 | 0.96 | 0.35 | 64.15 | 0.93 | 0.34 |
| Hex | 9A | A5 | 6 | 7 | 0 | 60 | 23 | 40 | 5D | 22 |
| Octal | 232 | 245 | 6 | 7 | 0 | 140 | 43 | 100 | 135 | 42 |
| Binary | 10011010 | 10100101 | 110 | 111 | 0 | 1100000 | 100011 | 1000000 | 1011101 | 100010 |
Color Harmonies of #9AA506
Complementary color
Monochromatic Colors of #9AA506
Black with #9AA506
Text Example
Text Example
White with #9AA506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA506; }
p { color: rgb(154,165,6); }
H1.HeaderClassName
{
color: #9AA506;
}
.AnyTagClassName
{
color: #9AA506;
}
</style>
background-color css
<style>
a { background-color: #9AA506; }
a { background-color: rgb(154,165,6); }
div.DivClassName
{
background-color: #9AA506;
}
.BgClassName
{
background-color: #9AA506;
}
</style>
border-color css
<style>
span { border-color: #9AA506; }
span { border-color: rgb(154,165,6); }
td.TdClassName
{
border-color: #9AA506;
}
.TagClassName
{
border-color: #9AA506;
}
</style>