Shades of Citrus #8AAC00
Tints of Citrus #8AAC00
RGB
CMYK
RGB Variations
Color information
#8AAC00 (or 0x8AAC00) is known color: Citrus. HEX triplet: 8A, AC and 00. RGB value is (138,172,0). Sum of RGB (Red+Green+Blue) = 138+172+0=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAC00 is #7553FF. Grayscale: #8E8E8E. Windows color (decimal): -7689216 or 44170. OLE color: 44170.
HSL color Cylindrical-coordinate representation of color #8AAC00: hue angle of 71.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AAC00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.33 |
| HSL | 71.86º | 1% | 0.34% | - |
| HSV(B) | 71.86º | 1% | 0.67% | - |
| XYZ | 25.23 | 34.91 | 5.41 | - |
| YUV | 142.23 | 47.74 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 0 | 0.20 | 0 | 1 | 0.33 | 71.86 | 1 | 0.34 |
| Hex | 8A | AC | 0 | 14 | 0 | 64 | 21 | 48 | 64 | 22 |
| Octal | 212 | 254 | 0 | 24 | 0 | 144 | 41 | 110 | 144 | 42 |
| Binary | 10001010 | 10101100 | 0 | 10100 | 0 | 1100100 | 100001 | 1001000 | 1100100 | 100010 |
Color Harmonies of #8AAC00
Complementary color
Monochromatic Colors of #8AAC00
Black with #8AAC00
Text Example
Text Example
White with #8AAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC00; }
p { color: rgb(138,172,0); }
H1.HeaderClassName
{
color: #8AAC00;
}
.AnyTagClassName
{
color: #8AAC00;
}
</style>
background-color css
<style>
a { background-color: #8AAC00; }
a { background-color: rgb(138,172,0); }
div.DivClassName
{
background-color: #8AAC00;
}
.BgClassName
{
background-color: #8AAC00;
}
</style>
border-color css
<style>
span { border-color: #8AAC00; }
span { border-color: rgb(138,172,0); }
td.TdClassName
{
border-color: #8AAC00;
}
.TagClassName
{
border-color: #8AAC00;
}
</style>