Shades of Olivine #A0C662
Tints of Olivine #A0C662
RGB
CMYK
RGB Variations
Color information
#A0C662 (or 0xA0C662) is known color: Olivine. HEX triplet: A0, C6 and 62. RGB value is (160,198,98). Sum of RGB (Red+Green+Blue) = 160+198+98=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C662 is #5F399D. Grayscale: #AFAFAF. Windows color (decimal): -6240670 or 6473376. OLE color: 6473376.
HSL color Cylindrical-coordinate representation of color #A0C662: hue angle of 82.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0C662 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 98 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.22 |
| HSL | 82.8º | 0.47% | 0.58% | - |
| HSV(B) | 82.8º | 0.51% | 0.78% | - |
| XYZ | 36.9 | 48.74 | 19.02 | - |
| YUV | 175.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 98 | 0.19 | 0 | 0.51 | 0.22 | 82.8 | 0.47 | 0.58 |
| Hex | A0 | C6 | 62 | 13 | 0 | 33 | 16 | 53 | 2F | 3A |
| Octal | 240 | 306 | 142 | 23 | 0 | 63 | 26 | 123 | 57 | 72 |
| Binary | 10100000 | 11000110 | 1100010 | 10011 | 0 | 110011 | 10110 | 1010011 | 101111 | 111010 |
Color Harmonies of #A0C662
Complementary color
Monochromatic Colors of #A0C662
Black with #A0C662
Text Example
Text Example
White with #A0C662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C662; }
p { color: rgb(160,198,98); }
H1.HeaderClassName
{
color: #A0C662;
}
.AnyTagClassName
{
color: #A0C662;
}
</style>
background-color css
<style>
a { background-color: #A0C662; }
a { background-color: rgb(160,198,98); }
div.DivClassName
{
background-color: #A0C662;
}
.BgClassName
{
background-color: #A0C662;
}
</style>
border-color css
<style>
span { border-color: #A0C662; }
span { border-color: rgb(160,198,98); }
td.TdClassName
{
border-color: #A0C662;
}
.TagClassName
{
border-color: #A0C662;
}
</style>