Shades of Olivine #8EC26D
Tints of Olivine #8EC26D
RGB
CMYK
RGB Variations
Color information
#8EC26D (or 0x8EC26D) is known color: Olivine. HEX triplet: 8E, C2 and 6D. RGB value is (142,194,109). Sum of RGB (Red+Green+Blue) = 142+194+109=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC26D is #713D92. Grayscale: #A9A9A9. Windows color (decimal): -7421331 or 7193230. OLE color: 7193230.
HSL color Cylindrical-coordinate representation of color #8EC26D: hue angle of 96.71º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EC26D is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 194 | 109 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.24 |
| HSL | 96.71º | 0.41% | 0.59% | - |
| HSV(B) | 96.71º | 0.44% | 0.76% | - |
| XYZ | 33.21 | 45.44 | 21.49 | - |
| YUV | 168.76 | 94.27 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 109 | 0.27 | 0 | 0.44 | 0.24 | 96.71 | 0.41 | 0.59 |
| Hex | 8E | C2 | 6D | 1B | 0 | 2C | 18 | 61 | 29 | 3B |
| Octal | 216 | 302 | 155 | 33 | 0 | 54 | 30 | 141 | 51 | 73 |
| Binary | 10001110 | 11000010 | 1101101 | 11011 | 0 | 101100 | 11000 | 1100001 | 101001 | 111011 |
Color Harmonies of #8EC26D
Complementary color
Monochromatic Colors of #8EC26D
Black with #8EC26D
Text Example
Text Example
White with #8EC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC26D; }
p { color: rgb(142,194,109); }
H1.HeaderClassName
{
color: #8EC26D;
}
.AnyTagClassName
{
color: #8EC26D;
}
</style>
background-color css
<style>
a { background-color: #8EC26D; }
a { background-color: rgb(142,194,109); }
div.DivClassName
{
background-color: #8EC26D;
}
.BgClassName
{
background-color: #8EC26D;
}
</style>
border-color css
<style>
span { border-color: #8EC26D; }
span { border-color: rgb(142,194,109); }
td.TdClassName
{
border-color: #8EC26D;
}
.TagClassName
{
border-color: #8EC26D;
}
</style>