Shades of Olivine #8FC16D
Tints of Olivine #8FC16D
RGB
CMYK
RGB Variations
Color information
#8FC16D (or 0x8FC16D) is known color: Olivine. HEX triplet: 8F, C1 and 6D. RGB value is (143,193,109). Sum of RGB (Red+Green+Blue) = 143+193+109=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC16D is #703E92. Grayscale: #A8A8A8. Windows color (decimal): -7356051 or 7192975. OLE color: 7192975.
HSL color Cylindrical-coordinate representation of color #8FC16D: hue angle of 95.71º 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 #8FC16D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 109 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.24 |
| HSL | 95.71º | 0.4% | 0.59% | - |
| HSV(B) | 95.71º | 0.44% | 0.76% | - |
| XYZ | 33.16 | 45.08 | 21.42 | - |
| YUV | 168.47 | 94.44 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 109 | 0.26 | 0 | 0.44 | 0.24 | 95.71 | 0.4 | 0.59 |
| Hex | 8F | C1 | 6D | 1A | 0 | 2C | 18 | 60 | 28 | 3B |
| Octal | 217 | 301 | 155 | 32 | 0 | 54 | 30 | 140 | 50 | 73 |
| Binary | 10001111 | 11000001 | 1101101 | 11010 | 0 | 101100 | 11000 | 1100000 | 101000 | 111011 |
Color Harmonies of #8FC16D
Complementary color
Monochromatic Colors of #8FC16D
Black with #8FC16D
Text Example
Text Example
White with #8FC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC16D; }
p { color: rgb(143,193,109); }
H1.HeaderClassName
{
color: #8FC16D;
}
.AnyTagClassName
{
color: #8FC16D;
}
</style>
background-color css
<style>
a { background-color: #8FC16D; }
a { background-color: rgb(143,193,109); }
div.DivClassName
{
background-color: #8FC16D;
}
.BgClassName
{
background-color: #8FC16D;
}
</style>
border-color css
<style>
span { border-color: #8FC16D; }
span { border-color: rgb(143,193,109); }
td.TdClassName
{
border-color: #8FC16D;
}
.TagClassName
{
border-color: #8FC16D;
}
</style>