Shades of Olivine #A0C35B
Tints of Olivine #A0C35B
RGB
CMYK
RGB Variations
Color information
#A0C35B (or 0xA0C35B) is known color: Olivine. HEX triplet: A0, C3 and 5B. RGB value is (160,195,91). Sum of RGB (Red+Green+Blue) = 160+195+91=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C35B is #5F3CA4. Grayscale: #ADADAD. Windows color (decimal): -6241445 or 6013856. OLE color: 6013856.
HSL color Cylindrical-coordinate representation of color #A0C35B: hue angle of 80.19º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0C35B is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 91 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.24 |
| HSL | 80.19º | 0.46% | 0.56% | - |
| HSV(B) | 80.19º | 0.53% | 0.76% | - |
| XYZ | 35.9 | 47.26 | 17.13 | - |
| YUV | 172.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 91 | 0.18 | 0 | 0.53 | 0.24 | 80.19 | 0.46 | 0.56 |
| Hex | A0 | C3 | 5B | 12 | 0 | 35 | 18 | 50 | 2E | 38 |
| Octal | 240 | 303 | 133 | 22 | 0 | 65 | 30 | 120 | 56 | 70 |
| Binary | 10100000 | 11000011 | 1011011 | 10010 | 0 | 110101 | 11000 | 1010000 | 101110 | 111000 |
Color Harmonies of #A0C35B
Complementary color
Monochromatic Colors of #A0C35B
Black with #A0C35B
Text Example
Text Example
White with #A0C35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C35B; }
p { color: rgb(160,195,91); }
H1.HeaderClassName
{
color: #A0C35B;
}
.AnyTagClassName
{
color: #A0C35B;
}
</style>
background-color css
<style>
a { background-color: #A0C35B; }
a { background-color: rgb(160,195,91); }
div.DivClassName
{
background-color: #A0C35B;
}
.BgClassName
{
background-color: #A0C35B;
}
</style>
border-color css
<style>
span { border-color: #A0C35B; }
span { border-color: rgb(160,195,91); }
td.TdClassName
{
border-color: #A0C35B;
}
.TagClassName
{
border-color: #A0C35B;
}
</style>