Shades of Olivine #A0C95D
Tints of Olivine #A0C95D
RGB
CMYK
RGB Variations
Color information
#A0C95D (or 0xA0C95D) is known color: Olivine. HEX triplet: A0, C9 and 5D. RGB value is (160,201,93). Sum of RGB (Red+Green+Blue) = 160+201+93=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C95D is #5F36A2. Grayscale: #B0B0B0. Windows color (decimal): -6239907 or 6146464. OLE color: 6146464.
HSL color Cylindrical-coordinate representation of color #A0C95D: hue angle of 82.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0C95D is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 93 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.21 |
| HSL | 82.78º | 0.5% | 0.58% | - |
| HSV(B) | 82.78º | 0.54% | 0.79% | - |
| XYZ | 37.36 | 50.04 | 18.05 | - |
| YUV | 176.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 93 | 0.20 | 0 | 0.54 | 0.21 | 82.78 | 0.5 | 0.58 |
| Hex | A0 | C9 | 5D | 14 | 0 | 36 | 15 | 53 | 32 | 3A |
| Octal | 240 | 311 | 135 | 24 | 0 | 66 | 25 | 123 | 62 | 72 |
| Binary | 10100000 | 11001001 | 1011101 | 10100 | 0 | 110110 | 10101 | 1010011 | 110010 | 111010 |
Color Harmonies of #A0C95D
Complementary color
Monochromatic Colors of #A0C95D
Black with #A0C95D
Text Example
Text Example
White with #A0C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C95D; }
p { color: rgb(160,201,93); }
H1.HeaderClassName
{
color: #A0C95D;
}
.AnyTagClassName
{
color: #A0C95D;
}
</style>
background-color css
<style>
a { background-color: #A0C95D; }
a { background-color: rgb(160,201,93); }
div.DivClassName
{
background-color: #A0C95D;
}
.BgClassName
{
background-color: #A0C95D;
}
</style>
border-color css
<style>
span { border-color: #A0C95D; }
span { border-color: rgb(160,201,93); }
td.TdClassName
{
border-color: #A0C95D;
}
.TagClassName
{
border-color: #A0C95D;
}
</style>