Shades of Olivine #A0C55B
Tints of Olivine #A0C55B
RGB
CMYK
RGB Variations
Color information
#A0C55B (or 0xA0C55B) is known color: Olivine. HEX triplet: A0, C5 and 5B. RGB value is (160,197,91). Sum of RGB (Red+Green+Blue) = 160+197+91=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C55B is #5F3AA4. Grayscale: #AEAEAE. Windows color (decimal): -6240933 or 6014368. OLE color: 6014368.
HSL color Cylindrical-coordinate representation of color #A0C55B: hue angle of 80.94º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0C55B is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 91 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.23 |
| HSL | 80.94º | 0.48% | 0.56% | - |
| HSV(B) | 80.94º | 0.54% | 0.77% | - |
| XYZ | 36.35 | 48.16 | 17.28 | - |
| YUV | 173.85 | 81.24 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 91 | 0.19 | 0 | 0.54 | 0.23 | 80.94 | 0.48 | 0.56 |
| Hex | A0 | C5 | 5B | 13 | 0 | 36 | 17 | 51 | 30 | 38 |
| Octal | 240 | 305 | 133 | 23 | 0 | 66 | 27 | 121 | 60 | 70 |
| Binary | 10100000 | 11000101 | 1011011 | 10011 | 0 | 110110 | 10111 | 1010001 | 110000 | 111000 |
Color Harmonies of #A0C55B
Complementary color
Monochromatic Colors of #A0C55B
Black with #A0C55B
Text Example
Text Example
White with #A0C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C55B; }
p { color: rgb(160,197,91); }
H1.HeaderClassName
{
color: #A0C55B;
}
.AnyTagClassName
{
color: #A0C55B;
}
</style>
background-color css
<style>
a { background-color: #A0C55B; }
a { background-color: rgb(160,197,91); }
div.DivClassName
{
background-color: #A0C55B;
}
.BgClassName
{
background-color: #A0C55B;
}
</style>
border-color css
<style>
span { border-color: #A0C55B; }
span { border-color: rgb(160,197,91); }
td.TdClassName
{
border-color: #A0C55B;
}
.TagClassName
{
border-color: #A0C55B;
}
</style>