Shades of Citrus #8EAC12
Tints of Citrus #8EAC12
RGB
CMYK
RGB Variations
Color information
#8EAC12 (or 0x8EAC12) is known color: Citrus. HEX triplet: 8E, AC and 12. RGB value is (142,172,18). Sum of RGB (Red+Green+Blue) = 142+172+18=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAC12 is #7153ED. Grayscale: #929292. Windows color (decimal): -7427054 or 1223822. OLE color: 1223822.
HSL color Cylindrical-coordinate representation of color #8EAC12: hue angle of 71.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EAC12 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 18 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.33 |
| HSL | 71.69º | 0.81% | 0.37% | - |
| HSV(B) | 71.69º | 0.9% | 0.67% | - |
| XYZ | 26.02 | 35.3 | 6.01 | - |
| YUV | 145.47 | 56.06 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 18 | 0.17 | 0 | 0.90 | 0.33 | 71.69 | 0.81 | 0.37 |
| Hex | 8E | AC | 12 | 11 | 0 | 5A | 21 | 48 | 51 | 25 |
| Octal | 216 | 254 | 22 | 21 | 0 | 132 | 41 | 110 | 121 | 45 |
| Binary | 10001110 | 10101100 | 10010 | 10001 | 0 | 1011010 | 100001 | 1001000 | 1010001 | 100101 |
Color Harmonies of #8EAC12
Complementary color
Monochromatic Colors of #8EAC12
Black with #8EAC12
Text Example
Text Example
White with #8EAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAC12; }
p { color: rgb(142,172,18); }
H1.HeaderClassName
{
color: #8EAC12;
}
.AnyTagClassName
{
color: #8EAC12;
}
</style>
background-color css
<style>
a { background-color: #8EAC12; }
a { background-color: rgb(142,172,18); }
div.DivClassName
{
background-color: #8EAC12;
}
.BgClassName
{
background-color: #8EAC12;
}
</style>
border-color css
<style>
span { border-color: #8EAC12; }
span { border-color: rgb(142,172,18); }
td.TdClassName
{
border-color: #8EAC12;
}
.TagClassName
{
border-color: #8EAC12;
}
</style>