Shades of Olivine #A2C666
Tints of Olivine #A2C666
RGB
CMYK
RGB Variations
Color information
#A2C666 (or 0xA2C666) is known color: Olivine. HEX triplet: A2, C6 and 66. RGB value is (162,198,102). Sum of RGB (Red+Green+Blue) = 162+198+102=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C666 is #5D3999. Grayscale: #B0B0B0. Windows color (decimal): -6109594 or 6735522. OLE color: 6735522.
HSL color Cylindrical-coordinate representation of color #A2C666: hue angle of 82.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2C666 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 102 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.22 |
| HSL | 82.5º | 0.46% | 0.59% | - |
| HSV(B) | 82.5º | 0.48% | 0.78% | - |
| XYZ | 37.49 | 49.03 | 20.06 | - |
| YUV | 176.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 102 | 0.18 | 0 | 0.48 | 0.22 | 82.5 | 0.46 | 0.59 |
| Hex | A2 | C6 | 66 | 12 | 0 | 30 | 16 | 52 | 2E | 3B |
| Octal | 242 | 306 | 146 | 22 | 0 | 60 | 26 | 122 | 56 | 73 |
| Binary | 10100010 | 11000110 | 1100110 | 10010 | 0 | 110000 | 10110 | 1010010 | 101110 | 111011 |
Color Harmonies of #A2C666
Complementary color
Monochromatic Colors of #A2C666
Black with #A2C666
Text Example
Text Example
White with #A2C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C666; }
p { color: rgb(162,198,102); }
H1.HeaderClassName
{
color: #A2C666;
}
.AnyTagClassName
{
color: #A2C666;
}
</style>
background-color css
<style>
a { background-color: #A2C666; }
a { background-color: rgb(162,198,102); }
div.DivClassName
{
background-color: #A2C666;
}
.BgClassName
{
background-color: #A2C666;
}
</style>
border-color css
<style>
span { border-color: #A2C666; }
span { border-color: rgb(162,198,102); }
td.TdClassName
{
border-color: #A2C666;
}
.TagClassName
{
border-color: #A2C666;
}
</style>