Shades of Citron #9AA622
Tints of Citron #9AA622
RGB
CMYK
RGB Variations
Color information
#9AA622 (or 0x9AA622) is known color: Citron. HEX triplet: 9A, A6 and 22. RGB value is (154,166,34). Sum of RGB (Red+Green+Blue) = 154+166+34=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA622 is #6559DD. Grayscale: #939393. Windows color (decimal): -6642142 or 2270874. OLE color: 2270874.
HSL color Cylindrical-coordinate representation of color #9AA622: hue angle of 65.45º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9AA622 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 166 | 34 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.35 |
| HSL | 65.45º | 0.66% | 0.39% | - |
| HSV(B) | 65.45º | 0.8% | 0.65% | - |
| XYZ | 27.25 | 34.26 | 6.69 | - |
| YUV | 147.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 34 | 0.07 | 0 | 0.80 | 0.35 | 65.45 | 0.66 | 0.39 |
| Hex | 9A | A6 | 22 | 7 | 0 | 50 | 23 | 41 | 42 | 27 |
| Octal | 232 | 246 | 42 | 7 | 0 | 120 | 43 | 101 | 102 | 47 |
| Binary | 10011010 | 10100110 | 100010 | 111 | 0 | 1010000 | 100011 | 1000001 | 1000010 | 100111 |
Color Harmonies of #9AA622
Complementary color
Monochromatic Colors of #9AA622
Black with #9AA622
Text Example
Text Example
White with #9AA622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA622; }
p { color: rgb(154,166,34); }
H1.HeaderClassName
{
color: #9AA622;
}
.AnyTagClassName
{
color: #9AA622;
}
</style>
background-color css
<style>
a { background-color: #9AA622; }
a { background-color: rgb(154,166,34); }
div.DivClassName
{
background-color: #9AA622;
}
.BgClassName
{
background-color: #9AA622;
}
</style>
border-color css
<style>
span { border-color: #9AA622; }
span { border-color: rgb(154,166,34); }
td.TdClassName
{
border-color: #9AA622;
}
.TagClassName
{
border-color: #9AA622;
}
</style>