Shades of Citron #8AA009
Tints of Citron #8AA009
RGB
CMYK
RGB Variations
Color information
#8AA009 (or 0x8AA009) is known color: Citron. HEX triplet: 8A, A0 and 09. RGB value is (138,160,9). Sum of RGB (Red+Green+Blue) = 138+160+9=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA009 is #755FF6. Grayscale: #888888. Windows color (decimal): -7692279 or 630922. OLE color: 630922.
HSL color Cylindrical-coordinate representation of color #8AA009: hue angle of 68.74º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AA009 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 9 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.37 |
| HSL | 68.74º | 0.89% | 0.33% | - |
| HSV(B) | 68.74º | 0.94% | 0.63% | - |
| XYZ | 23.1 | 30.56 | 4.94 | - |
| YUV | 136.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 9 | 0.14 | 0 | 0.94 | 0.37 | 68.74 | 0.89 | 0.33 |
| Hex | 8A | A0 | 9 | E | 0 | 5E | 25 | 45 | 59 | 21 |
| Octal | 212 | 240 | 11 | 16 | 0 | 136 | 45 | 105 | 131 | 41 |
| Binary | 10001010 | 10100000 | 1001 | 1110 | 0 | 1011110 | 100101 | 1000101 | 1011001 | 100001 |
Color Harmonies of #8AA009
Complementary color
Monochromatic Colors of #8AA009
Black with #8AA009
Text Example
Text Example
White with #8AA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA009; }
p { color: rgb(138,160,9); }
H1.HeaderClassName
{
color: #8AA009;
}
.AnyTagClassName
{
color: #8AA009;
}
</style>
background-color css
<style>
a { background-color: #8AA009; }
a { background-color: rgb(138,160,9); }
div.DivClassName
{
background-color: #8AA009;
}
.BgClassName
{
background-color: #8AA009;
}
</style>
border-color css
<style>
span { border-color: #8AA009; }
span { border-color: rgb(138,160,9); }
td.TdClassName
{
border-color: #8AA009;
}
.TagClassName
{
border-color: #8AA009;
}
</style>