Shades of Olivine #A0C36D
Tints of Olivine #A0C36D
RGB
CMYK
RGB Variations
Color information
#A0C36D (or 0xA0C36D) is known color: Olivine. HEX triplet: A0, C3 and 6D. RGB value is (160,195,109). Sum of RGB (Red+Green+Blue) = 160+195+109=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C36D is #5F3C92. Grayscale: #AFAFAF. Windows color (decimal): -6241427 or 7193504. OLE color: 7193504.
HSL color Cylindrical-coordinate representation of color #A0C36D: hue angle of 84.42º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0C36D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 109 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.24 |
| HSL | 84.42º | 0.42% | 0.6% | - |
| HSV(B) | 84.42º | 0.44% | 0.76% | - |
| XYZ | 36.77 | 47.61 | 21.72 | - |
| YUV | 174.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 109 | 0.18 | 0 | 0.44 | 0.24 | 84.42 | 0.42 | 0.6 |
| Hex | A0 | C3 | 6D | 12 | 0 | 2C | 18 | 54 | 2A | 3C |
| Octal | 240 | 303 | 155 | 22 | 0 | 54 | 30 | 124 | 52 | 74 |
| Binary | 10100000 | 11000011 | 1101101 | 10010 | 0 | 101100 | 11000 | 1010100 | 101010 | 111100 |
Color Harmonies of #A0C36D
Complementary color
Monochromatic Colors of #A0C36D
Black with #A0C36D
Text Example
Text Example
White with #A0C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C36D; }
p { color: rgb(160,195,109); }
H1.HeaderClassName
{
color: #A0C36D;
}
.AnyTagClassName
{
color: #A0C36D;
}
</style>
background-color css
<style>
a { background-color: #A0C36D; }
a { background-color: rgb(160,195,109); }
div.DivClassName
{
background-color: #A0C36D;
}
.BgClassName
{
background-color: #A0C36D;
}
</style>
border-color css
<style>
span { border-color: #A0C36D; }
span { border-color: rgb(160,195,109); }
td.TdClassName
{
border-color: #A0C36D;
}
.TagClassName
{
border-color: #A0C36D;
}
</style>