Shades of Citron #8AA006
Tints of Citron #8AA006
RGB
CMYK
RGB Variations
Color information
#8AA006 (or 0x8AA006) is known color: Citron. HEX triplet: 8A, A0 and 06. RGB value is (138,160,6). Sum of RGB (Red+Green+Blue) = 138+160+6=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA006 is #755FF9. Grayscale: #888888. Windows color (decimal): -7692282 or 434314. OLE color: 434314.
HSL color Cylindrical-coordinate representation of color #8AA006: hue angle of 68.57º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AA006 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 6 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.37 |
| HSL | 68.57º | 0.93% | 0.33% | - |
| HSV(B) | 68.57º | 0.96% | 0.63% | - |
| XYZ | 23.08 | 30.56 | 4.85 | - |
| YUV | 135.87 | 54.71 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 6 | 0.14 | 0 | 0.96 | 0.37 | 68.57 | 0.93 | 0.33 |
| Hex | 8A | A0 | 6 | E | 0 | 60 | 25 | 45 | 5D | 21 |
| Octal | 212 | 240 | 6 | 16 | 0 | 140 | 45 | 105 | 135 | 41 |
| Binary | 10001010 | 10100000 | 110 | 1110 | 0 | 1100000 | 100101 | 1000101 | 1011101 | 100001 |
Color Harmonies of #8AA006
Complementary color
Monochromatic Colors of #8AA006
Black with #8AA006
Text Example
Text Example
White with #8AA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA006; }
p { color: rgb(138,160,6); }
H1.HeaderClassName
{
color: #8AA006;
}
.AnyTagClassName
{
color: #8AA006;
}
</style>
background-color css
<style>
a { background-color: #8AA006; }
a { background-color: rgb(138,160,6); }
div.DivClassName
{
background-color: #8AA006;
}
.BgClassName
{
background-color: #8AA006;
}
</style>
border-color css
<style>
span { border-color: #8AA006; }
span { border-color: rgb(138,160,6); }
td.TdClassName
{
border-color: #8AA006;
}
.TagClassName
{
border-color: #8AA006;
}
</style>