Shades of Olivine #A0C17A
Tints of Olivine #A0C17A
RGB
CMYK
RGB Variations
Color information
#A0C17A (or 0xA0C17A) is known color: Olivine. HEX triplet: A0, C1 and 7A. RGB value is (160,193,122). Sum of RGB (Red+Green+Blue) = 160+193+122=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C17A is #5F3E85. Grayscale: #AFAFAF. Windows color (decimal): -6241926 or 8044960. OLE color: 8044960.
HSL color Cylindrical-coordinate representation of color #A0C17A: hue angle of 87.89º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C17A is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 122 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.24 |
| HSL | 87.89º | 0.36% | 0.62% | - |
| HSV(B) | 87.89º | 0.37% | 0.76% | - |
| XYZ | 37.08 | 47.02 | 25.53 | - |
| YUV | 175.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 122 | 0.17 | 0 | 0.37 | 0.24 | 87.89 | 0.36 | 0.62 |
| Hex | A0 | C1 | 7A | 11 | 0 | 25 | 18 | 58 | 24 | 3E |
| Octal | 240 | 301 | 172 | 21 | 0 | 45 | 30 | 130 | 44 | 76 |
| Binary | 10100000 | 11000001 | 1111010 | 10001 | 0 | 100101 | 11000 | 1011000 | 100100 | 111110 |
Color Harmonies of #A0C17A
Complementary color
Monochromatic Colors of #A0C17A
Black with #A0C17A
Text Example
Text Example
White with #A0C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C17A; }
p { color: rgb(160,193,122); }
H1.HeaderClassName
{
color: #A0C17A;
}
.AnyTagClassName
{
color: #A0C17A;
}
</style>
background-color css
<style>
a { background-color: #A0C17A; }
a { background-color: rgb(160,193,122); }
div.DivClassName
{
background-color: #A0C17A;
}
.BgClassName
{
background-color: #A0C17A;
}
</style>
border-color css
<style>
span { border-color: #A0C17A; }
span { border-color: rgb(160,193,122); }
td.TdClassName
{
border-color: #A0C17A;
}
.TagClassName
{
border-color: #A0C17A;
}
</style>