Shades of Olivine #8FC16C
Tints of Olivine #8FC16C
RGB
CMYK
RGB Variations
Color information
#8FC16C (or 0x8FC16C) is known color: Olivine. HEX triplet: 8F, C1 and 6C. RGB value is (143,193,108). Sum of RGB (Red+Green+Blue) = 143+193+108=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC16C is #703E93. Grayscale: #A8A8A8. Windows color (decimal): -7356052 or 7127439. OLE color: 7127439.
HSL color Cylindrical-coordinate representation of color #8FC16C: hue angle of 95.29º 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 #8FC16C is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 108 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.24 |
| HSL | 95.29º | 0.41% | 0.59% | - |
| HSV(B) | 95.29º | 0.44% | 0.76% | - |
| XYZ | 33.1 | 45.06 | 21.14 | - |
| YUV | 168.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 108 | 0.26 | 0 | 0.44 | 0.24 | 95.29 | 0.41 | 0.59 |
| Hex | 8F | C1 | 6C | 1A | 0 | 2C | 18 | 5F | 29 | 3B |
| Octal | 217 | 301 | 154 | 32 | 0 | 54 | 30 | 137 | 51 | 73 |
| Binary | 10001111 | 11000001 | 1101100 | 11010 | 0 | 101100 | 11000 | 1011111 | 101001 | 111011 |
Color Harmonies of #8FC16C
Complementary color
Monochromatic Colors of #8FC16C
Black with #8FC16C
Text Example
Text Example
White with #8FC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC16C; }
p { color: rgb(143,193,108); }
H1.HeaderClassName
{
color: #8FC16C;
}
.AnyTagClassName
{
color: #8FC16C;
}
</style>
background-color css
<style>
a { background-color: #8FC16C; }
a { background-color: rgb(143,193,108); }
div.DivClassName
{
background-color: #8FC16C;
}
.BgClassName
{
background-color: #8FC16C;
}
</style>
border-color css
<style>
span { border-color: #8FC16C; }
span { border-color: rgb(143,193,108); }
td.TdClassName
{
border-color: #8FC16C;
}
.TagClassName
{
border-color: #8FC16C;
}
</style>