Shades of Olivine #A0C45D
Tints of Olivine #A0C45D
RGB
CMYK
RGB Variations
Color information
#A0C45D (or 0xA0C45D) is known color: Olivine. HEX triplet: A0, C4 and 5D. RGB value is (160,196,93). Sum of RGB (Red+Green+Blue) = 160+196+93=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C45D is #5F3BA2. Grayscale: #ADADAD. Windows color (decimal): -6241187 or 6145184. OLE color: 6145184.
HSL color Cylindrical-coordinate representation of color #A0C45D: hue angle of 80.97º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0C45D is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 93 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.23 |
| HSL | 80.97º | 0.47% | 0.57% | - |
| HSV(B) | 80.97º | 0.53% | 0.77% | - |
| XYZ | 36.21 | 47.74 | 17.66 | - |
| YUV | 173.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 93 | 0.18 | 0 | 0.53 | 0.23 | 80.97 | 0.47 | 0.57 |
| Hex | A0 | C4 | 5D | 12 | 0 | 35 | 17 | 51 | 2F | 39 |
| Octal | 240 | 304 | 135 | 22 | 0 | 65 | 27 | 121 | 57 | 71 |
| Binary | 10100000 | 11000100 | 1011101 | 10010 | 0 | 110101 | 10111 | 1010001 | 101111 | 111001 |
Color Harmonies of #A0C45D
Complementary color
Monochromatic Colors of #A0C45D
Black with #A0C45D
Text Example
Text Example
White with #A0C45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C45D; }
p { color: rgb(160,196,93); }
H1.HeaderClassName
{
color: #A0C45D;
}
.AnyTagClassName
{
color: #A0C45D;
}
</style>
background-color css
<style>
a { background-color: #A0C45D; }
a { background-color: rgb(160,196,93); }
div.DivClassName
{
background-color: #A0C45D;
}
.BgClassName
{
background-color: #A0C45D;
}
</style>
border-color css
<style>
span { border-color: #A0C45D; }
span { border-color: rgb(160,196,93); }
td.TdClassName
{
border-color: #A0C45D;
}
.TagClassName
{
border-color: #A0C45D;
}
</style>