Shades of Olivine #A0C666
Tints of Olivine #A0C666
RGB
CMYK
RGB Variations
Color information
#A0C666 (or 0xA0C666) is known color: Olivine. HEX triplet: A0, C6 and 66. RGB value is (160,198,102). Sum of RGB (Red+Green+Blue) = 160+198+102=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C666 is #5F3999. Grayscale: #B0B0B0. Windows color (decimal): -6240666 or 6735520. OLE color: 6735520.
HSL color Cylindrical-coordinate representation of color #A0C666: hue angle of 83.75º 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 #A0C666 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 102 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.22 |
| HSL | 83.75º | 0.46% | 0.59% | - |
| HSV(B) | 83.75º | 0.48% | 0.78% | - |
| XYZ | 37.09 | 48.82 | 20.04 | - |
| YUV | 175.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 102 | 0.19 | 0 | 0.48 | 0.22 | 83.75 | 0.46 | 0.59 |
| Hex | A0 | C6 | 66 | 13 | 0 | 30 | 16 | 54 | 2E | 3B |
| Octal | 240 | 306 | 146 | 23 | 0 | 60 | 26 | 124 | 56 | 73 |
| Binary | 10100000 | 11000110 | 1100110 | 10011 | 0 | 110000 | 10110 | 1010100 | 101110 | 111011 |
Color Harmonies of #A0C666
Complementary color
Monochromatic Colors of #A0C666
Black with #A0C666
Text Example
Text Example
White with #A0C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C666; }
p { color: rgb(160,198,102); }
H1.HeaderClassName
{
color: #A0C666;
}
.AnyTagClassName
{
color: #A0C666;
}
</style>
background-color css
<style>
a { background-color: #A0C666; }
a { background-color: rgb(160,198,102); }
div.DivClassName
{
background-color: #A0C666;
}
.BgClassName
{
background-color: #A0C666;
}
</style>
border-color css
<style>
span { border-color: #A0C666; }
span { border-color: rgb(160,198,102); }
td.TdClassName
{
border-color: #A0C666;
}
.TagClassName
{
border-color: #A0C666;
}
</style>