Shades of Olivine #A0C35F
Tints of Olivine #A0C35F
RGB
CMYK
RGB Variations
Color information
#A0C35F (or 0xA0C35F) is known color: Olivine. HEX triplet: A0, C3 and 5F. RGB value is (160,195,95). Sum of RGB (Red+Green+Blue) = 160+195+95=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C35F is #5F3CA0. Grayscale: #ADADAD. Windows color (decimal): -6241441 or 6276000. OLE color: 6276000.
HSL color Cylindrical-coordinate representation of color #A0C35F: hue angle of 81º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0C35F is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 95 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.24 |
| HSL | 81º | 0.45% | 0.57% | - |
| HSV(B) | 81º | 0.51% | 0.76% | - |
| XYZ | 36.08 | 47.33 | 18.06 | - |
| YUV | 173.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 95 | 0.18 | 0 | 0.51 | 0.24 | 81 | 0.45 | 0.57 |
| Hex | A0 | C3 | 5F | 12 | 0 | 33 | 18 | 51 | 2D | 39 |
| Octal | 240 | 303 | 137 | 22 | 0 | 63 | 30 | 121 | 55 | 71 |
| Binary | 10100000 | 11000011 | 1011111 | 10010 | 0 | 110011 | 11000 | 1010001 | 101101 | 111001 |
Color Harmonies of #A0C35F
Complementary color
Monochromatic Colors of #A0C35F
Black with #A0C35F
Text Example
Text Example
White with #A0C35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C35F; }
p { color: rgb(160,195,95); }
H1.HeaderClassName
{
color: #A0C35F;
}
.AnyTagClassName
{
color: #A0C35F;
}
</style>
background-color css
<style>
a { background-color: #A0C35F; }
a { background-color: rgb(160,195,95); }
div.DivClassName
{
background-color: #A0C35F;
}
.BgClassName
{
background-color: #A0C35F;
}
</style>
border-color css
<style>
span { border-color: #A0C35F; }
span { border-color: rgb(160,195,95); }
td.TdClassName
{
border-color: #A0C35F;
}
.TagClassName
{
border-color: #A0C35F;
}
</style>