Shades of Citrus #8AAC0E
Tints of Citrus #8AAC0E
RGB
CMYK
RGB Variations
Color information
#8AAC0E (or 0x8AAC0E) is known color: Citrus. HEX triplet: 8A, AC and 0E. RGB value is (138,172,14). Sum of RGB (Red+Green+Blue) = 138+172+14=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAC0E is #7553F1. Grayscale: #909090. Windows color (decimal): -7689202 or 961674. OLE color: 961674.
HSL color Cylindrical-coordinate representation of color #8AAC0E: hue angle of 72.91º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AAC0E is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 14 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.33 |
| HSL | 72.91º | 0.85% | 0.36% | - |
| HSV(B) | 72.91º | 0.92% | 0.67% | - |
| XYZ | 25.31 | 34.94 | 5.83 | - |
| YUV | 143.82 | 54.74 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 14 | 0.20 | 0 | 0.92 | 0.33 | 72.91 | 0.85 | 0.36 |
| Hex | 8A | AC | E | 14 | 0 | 5C | 21 | 49 | 55 | 24 |
| Octal | 212 | 254 | 16 | 24 | 0 | 134 | 41 | 111 | 125 | 44 |
| Binary | 10001010 | 10101100 | 1110 | 10100 | 0 | 1011100 | 100001 | 1001001 | 1010101 | 100100 |
Color Harmonies of #8AAC0E
Complementary color
Monochromatic Colors of #8AAC0E
Black with #8AAC0E
Text Example
Text Example
White with #8AAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC0E; }
p { color: rgb(138,172,14); }
H1.HeaderClassName
{
color: #8AAC0E;
}
.AnyTagClassName
{
color: #8AAC0E;
}
</style>
background-color css
<style>
a { background-color: #8AAC0E; }
a { background-color: rgb(138,172,14); }
div.DivClassName
{
background-color: #8AAC0E;
}
.BgClassName
{
background-color: #8AAC0E;
}
</style>
border-color css
<style>
span { border-color: #8AAC0E; }
span { border-color: rgb(138,172,14); }
td.TdClassName
{
border-color: #8AAC0E;
}
.TagClassName
{
border-color: #8AAC0E;
}
</style>