Shades of Olivine #A0C37E
Tints of Olivine #A0C37E
RGB
CMYK
RGB Variations
Color information
#A0C37E (or 0xA0C37E) is known color: Olivine. HEX triplet: A0, C3 and 7E. RGB value is (160,195,126). Sum of RGB (Red+Green+Blue) = 160+195+126=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C37E is #5F3C81. Grayscale: #B0B0B0. Windows color (decimal): -6241410 or 8307616. OLE color: 8307616.
HSL color Cylindrical-coordinate representation of color #A0C37E: hue angle of 90.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0C37E is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 126 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.24 |
| HSL | 90.43º | 0.37% | 0.63% | - |
| HSV(B) | 90.43º | 0.35% | 0.76% | - |
| XYZ | 37.78 | 48.01 | 27.01 | - |
| YUV | 176.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 126 | 0.18 | 0 | 0.35 | 0.24 | 90.43 | 0.37 | 0.63 |
| Hex | A0 | C3 | 7E | 12 | 0 | 23 | 18 | 5A | 25 | 3F |
| Octal | 240 | 303 | 176 | 22 | 0 | 43 | 30 | 132 | 45 | 77 |
| Binary | 10100000 | 11000011 | 1111110 | 10010 | 0 | 100011 | 11000 | 1011010 | 100101 | 111111 |
Color Harmonies of #A0C37E
Complementary color
Monochromatic Colors of #A0C37E
Black with #A0C37E
Text Example
Text Example
White with #A0C37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C37E; }
p { color: rgb(160,195,126); }
H1.HeaderClassName
{
color: #A0C37E;
}
.AnyTagClassName
{
color: #A0C37E;
}
</style>
background-color css
<style>
a { background-color: #A0C37E; }
a { background-color: rgb(160,195,126); }
div.DivClassName
{
background-color: #A0C37E;
}
.BgClassName
{
background-color: #A0C37E;
}
</style>
border-color css
<style>
span { border-color: #A0C37E; }
span { border-color: rgb(160,195,126); }
td.TdClassName
{
border-color: #A0C37E;
}
.TagClassName
{
border-color: #A0C37E;
}
</style>