Shades of Olivine #8DC16D
Tints of Olivine #8DC16D
RGB
CMYK
RGB Variations
Color information
#8DC16D (or 0x8DC16D) is known color: Olivine. HEX triplet: 8D, C1 and 6D. RGB value is (141,193,109). Sum of RGB (Red+Green+Blue) = 141+193+109=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC16D is #723E92. Grayscale: #A8A8A8. Windows color (decimal): -7487123 or 7192973. OLE color: 7192973.
HSL color Cylindrical-coordinate representation of color #8DC16D: hue angle of 97.14º degrees, saturation: 0.4, 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 #8DC16D is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 109 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.24 |
| HSL | 97.14º | 0.4% | 0.59% | - |
| HSV(B) | 97.14º | 0.44% | 0.76% | - |
| XYZ | 32.81 | 44.91 | 21.41 | - |
| YUV | 167.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 109 | 0.27 | 0 | 0.44 | 0.24 | 97.14 | 0.4 | 0.59 |
| Hex | 8D | C1 | 6D | 1B | 0 | 2C | 18 | 61 | 28 | 3B |
| Octal | 215 | 301 | 155 | 33 | 0 | 54 | 30 | 141 | 50 | 73 |
| Binary | 10001101 | 11000001 | 1101101 | 11011 | 0 | 101100 | 11000 | 1100001 | 101000 | 111011 |
Color Harmonies of #8DC16D
Complementary color
Monochromatic Colors of #8DC16D
Black with #8DC16D
Text Example
Text Example
White with #8DC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC16D; }
p { color: rgb(141,193,109); }
H1.HeaderClassName
{
color: #8DC16D;
}
.AnyTagClassName
{
color: #8DC16D;
}
</style>
background-color css
<style>
a { background-color: #8DC16D; }
a { background-color: rgb(141,193,109); }
div.DivClassName
{
background-color: #8DC16D;
}
.BgClassName
{
background-color: #8DC16D;
}
</style>
border-color css
<style>
span { border-color: #8DC16D; }
span { border-color: rgb(141,193,109); }
td.TdClassName
{
border-color: #8DC16D;
}
.TagClassName
{
border-color: #8DC16D;
}
</style>