Shades of Olivine #A0C55D
Tints of Olivine #A0C55D
RGB
CMYK
RGB Variations
Color information
#A0C55D (or 0xA0C55D) is known color: Olivine. HEX triplet: A0, C5 and 5D. RGB value is (160,197,93). Sum of RGB (Red+Green+Blue) = 160+197+93=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C55D is #5F3AA2. Grayscale: #AEAEAE. Windows color (decimal): -6240931 or 6145440. OLE color: 6145440.
HSL color Cylindrical-coordinate representation of color #A0C55D: hue angle of 81.35º 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 #A0C55D is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 93 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.23 |
| HSL | 81.35º | 0.47% | 0.57% | - |
| HSV(B) | 81.35º | 0.53% | 0.77% | - |
| XYZ | 36.44 | 48.2 | 17.74 | - |
| YUV | 174.08 | 82.24 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 93 | 0.19 | 0 | 0.53 | 0.23 | 81.35 | 0.47 | 0.57 |
| Hex | A0 | C5 | 5D | 13 | 0 | 35 | 17 | 51 | 2F | 39 |
| Octal | 240 | 305 | 135 | 23 | 0 | 65 | 27 | 121 | 57 | 71 |
| Binary | 10100000 | 11000101 | 1011101 | 10011 | 0 | 110101 | 10111 | 1010001 | 101111 | 111001 |
Color Harmonies of #A0C55D
Complementary color
Monochromatic Colors of #A0C55D
Black with #A0C55D
Text Example
Text Example
White with #A0C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C55D; }
p { color: rgb(160,197,93); }
H1.HeaderClassName
{
color: #A0C55D;
}
.AnyTagClassName
{
color: #A0C55D;
}
</style>
background-color css
<style>
a { background-color: #A0C55D; }
a { background-color: rgb(160,197,93); }
div.DivClassName
{
background-color: #A0C55D;
}
.BgClassName
{
background-color: #A0C55D;
}
</style>
border-color css
<style>
span { border-color: #A0C55D; }
span { border-color: rgb(160,197,93); }
td.TdClassName
{
border-color: #A0C55D;
}
.TagClassName
{
border-color: #A0C55D;
}
</style>