Shades of Olivine #A6C16E
Tints of Olivine #A6C16E
RGB
CMYK
RGB Variations
Color information
#A6C16E (or 0xA6C16E) is known color: Olivine. HEX triplet: A6, C1 and 6E. RGB value is (166,193,110). Sum of RGB (Red+Green+Blue) = 166+193+110=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C16E is #593E91. Grayscale: #AFAFAF. Windows color (decimal): -5848722 or 7258534. OLE color: 7258534.
HSL color Cylindrical-coordinate representation of color #A6C16E: hue angle of 79.52º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6C16E is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 110 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.24 |
| HSL | 79.52º | 0.4% | 0.59% | - |
| HSV(B) | 79.52º | 0.43% | 0.76% | - |
| XYZ | 37.61 | 47.37 | 21.91 | - |
| YUV | 175.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 110 | 0.14 | 0 | 0.43 | 0.24 | 79.52 | 0.4 | 0.59 |
| Hex | A6 | C1 | 6E | E | 0 | 2B | 18 | 50 | 28 | 3B |
| Octal | 246 | 301 | 156 | 16 | 0 | 53 | 30 | 120 | 50 | 73 |
| Binary | 10100110 | 11000001 | 1101110 | 1110 | 0 | 101011 | 11000 | 1010000 | 101000 | 111011 |
Color Harmonies of #A6C16E
Complementary color
Monochromatic Colors of #A6C16E
Black with #A6C16E
Text Example
Text Example
White with #A6C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C16E; }
p { color: rgb(166,193,110); }
H1.HeaderClassName
{
color: #A6C16E;
}
.AnyTagClassName
{
color: #A6C16E;
}
</style>
background-color css
<style>
a { background-color: #A6C16E; }
a { background-color: rgb(166,193,110); }
div.DivClassName
{
background-color: #A6C16E;
}
.BgClassName
{
background-color: #A6C16E;
}
</style>
border-color css
<style>
span { border-color: #A6C16E; }
span { border-color: rgb(166,193,110); }
td.TdClassName
{
border-color: #A6C16E;
}
.TagClassName
{
border-color: #A6C16E;
}
</style>