Shades of Olivine #A6CE6D
Tints of Olivine #A6CE6D
RGB
CMYK
RGB Variations
Color information
#A6CE6D (or 0xA6CE6D) is known color: Olivine. HEX triplet: A6, CE and 6D. RGB value is (166,206,109). Sum of RGB (Red+Green+Blue) = 166+206+109=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE6D is #593192. Grayscale: #B7B7B7. Windows color (decimal): -5845395 or 7196326. OLE color: 7196326.
HSL color Cylindrical-coordinate representation of color #A6CE6D: hue angle of 84.74º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6CE6D is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 109 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.19 |
| HSL | 84.74º | 0.5% | 0.62% | - |
| HSV(B) | 84.74º | 0.47% | 0.81% | - |
| XYZ | 40.56 | 53.35 | 22.63 | - |
| YUV | 182.98 | 86.25 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 109 | 0.19 | 0 | 0.47 | 0.19 | 84.74 | 0.5 | 0.62 |
| Hex | A6 | CE | 6D | 13 | 0 | 2F | 13 | 55 | 32 | 3E |
| Octal | 246 | 316 | 155 | 23 | 0 | 57 | 23 | 125 | 62 | 76 |
| Binary | 10100110 | 11001110 | 1101101 | 10011 | 0 | 101111 | 10011 | 1010101 | 110010 | 111110 |
Color Harmonies of #A6CE6D
Complementary color
Monochromatic Colors of #A6CE6D
Black with #A6CE6D
Text Example
Text Example
White with #A6CE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE6D; }
p { color: rgb(166,206,109); }
H1.HeaderClassName
{
color: #A6CE6D;
}
.AnyTagClassName
{
color: #A6CE6D;
}
</style>
background-color css
<style>
a { background-color: #A6CE6D; }
a { background-color: rgb(166,206,109); }
div.DivClassName
{
background-color: #A6CE6D;
}
.BgClassName
{
background-color: #A6CE6D;
}
</style>
border-color css
<style>
span { border-color: #A6CE6D; }
span { border-color: rgb(166,206,109); }
td.TdClassName
{
border-color: #A6CE6D;
}
.TagClassName
{
border-color: #A6CE6D;
}
</style>