Shades of Olivine #A0C87B
Tints of Olivine #A0C87B
RGB
CMYK
RGB Variations
Color information
#A0C87B (or 0xA0C87B) is known color: Olivine. HEX triplet: A0, C8 and 7B. RGB value is (160,200,123). Sum of RGB (Red+Green+Blue) = 160+200+123=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C87B is #5F3784. Grayscale: #B3B3B3. Windows color (decimal): -6240133 or 8112288. OLE color: 8112288.
HSL color Cylindrical-coordinate representation of color #A0C87B: hue angle of 91.17º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0C87B is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 123 | - |
| CMYK | 0.2 | 0 | 0.38 | 0.22 |
| HSL | 91.17º | 0.41% | 0.63% | - |
| HSV(B) | 91.17º | 0.39% | 0.78% | - |
| XYZ | 38.73 | 50.21 | 26.39 | - |
| YUV | 179.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 123 | 0.2 | 0 | 0.38 | 0.22 | 91.17 | 0.41 | 0.63 |
| Hex | A0 | C8 | 7B | 14 | 0 | 26 | 16 | 5B | 29 | 3F |
| Octal | 240 | 310 | 173 | 24 | 0 | 46 | 26 | 133 | 51 | 77 |
| Binary | 10100000 | 11001000 | 1111011 | 10100 | 0 | 100110 | 10110 | 1011011 | 101001 | 111111 |
Color Harmonies of #A0C87B
Complementary color
Monochromatic Colors of #A0C87B
Black with #A0C87B
Text Example
Text Example
White with #A0C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C87B; }
p { color: rgb(160,200,123); }
H1.HeaderClassName
{
color: #A0C87B;
}
.AnyTagClassName
{
color: #A0C87B;
}
</style>
background-color css
<style>
a { background-color: #A0C87B; }
a { background-color: rgb(160,200,123); }
div.DivClassName
{
background-color: #A0C87B;
}
.BgClassName
{
background-color: #A0C87B;
}
</style>
border-color css
<style>
span { border-color: #A0C87B; }
span { border-color: rgb(160,200,123); }
td.TdClassName
{
border-color: #A0C87B;
}
.TagClassName
{
border-color: #A0C87B;
}
</style>