Shades of Citrus #9AA608
Tints of Citrus #9AA608
RGB
CMYK
RGB Variations
Color information
#9AA608 (or 0x9AA608) is known color: Citrus. HEX triplet: 9A, A6 and 08. RGB value is (154,166,8). Sum of RGB (Red+Green+Blue) = 154+166+8=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA608 is #6559F7. Grayscale: #919191. Windows color (decimal): -6642168 or 566938. OLE color: 566938.
HSL color Cylindrical-coordinate representation of color #9AA608: hue angle of 64.56º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AA608 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 166 | 8 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.35 |
| HSL | 64.56º | 0.91% | 0.34% | - |
| HSV(B) | 64.56º | 0.95% | 0.65% | - |
| XYZ | 27.01 | 34.16 | 5.4 | - |
| YUV | 144.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 8 | 0.07 | 0 | 0.95 | 0.35 | 64.56 | 0.91 | 0.34 |
| Hex | 9A | A6 | 8 | 7 | 0 | 5F | 23 | 41 | 5B | 22 |
| Octal | 232 | 246 | 10 | 7 | 0 | 137 | 43 | 101 | 133 | 42 |
| Binary | 10011010 | 10100110 | 1000 | 111 | 0 | 1011111 | 100011 | 1000001 | 1011011 | 100010 |
Color Harmonies of #9AA608
Complementary color
Monochromatic Colors of #9AA608
Black with #9AA608
Text Example
Text Example
White with #9AA608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA608; }
p { color: rgb(154,166,8); }
H1.HeaderClassName
{
color: #9AA608;
}
.AnyTagClassName
{
color: #9AA608;
}
</style>
background-color css
<style>
a { background-color: #9AA608; }
a { background-color: rgb(154,166,8); }
div.DivClassName
{
background-color: #9AA608;
}
.BgClassName
{
background-color: #9AA608;
}
</style>
border-color css
<style>
span { border-color: #9AA608; }
span { border-color: rgb(154,166,8); }
td.TdClassName
{
border-color: #9AA608;
}
.TagClassName
{
border-color: #9AA608;
}
</style>