Shades of Olivine #A3C87A
Tints of Olivine #A3C87A
RGB
CMYK
RGB Variations
Color information
#A3C87A (or 0xA3C87A) is known color: Olivine. HEX triplet: A3, C8 and 7A. RGB value is (163,200,122). Sum of RGB (Red+Green+Blue) = 163+200+122=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C87A is #5C3785. Grayscale: #B4B4B4. Windows color (decimal): -6043526 or 8046755. OLE color: 8046755.
HSL color Cylindrical-coordinate representation of color #A3C87A: hue angle of 88.46º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3C87A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 200 | 122 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.22 |
| HSL | 88.46º | 0.41% | 0.63% | - |
| HSV(B) | 88.46º | 0.39% | 0.78% | - |
| XYZ | 39.27 | 50.5 | 26.09 | - |
| YUV | 180.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 122 | 0.18 | 0 | 0.39 | 0.22 | 88.46 | 0.41 | 0.63 |
| Hex | A3 | C8 | 7A | 12 | 0 | 27 | 16 | 58 | 29 | 3F |
| Octal | 243 | 310 | 172 | 22 | 0 | 47 | 26 | 130 | 51 | 77 |
| Binary | 10100011 | 11001000 | 1111010 | 10010 | 0 | 100111 | 10110 | 1011000 | 101001 | 111111 |
Color Harmonies of #A3C87A
Complementary color
Monochromatic Colors of #A3C87A
Black with #A3C87A
Text Example
Text Example
White with #A3C87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C87A; }
p { color: rgb(163,200,122); }
H1.HeaderClassName
{
color: #A3C87A;
}
.AnyTagClassName
{
color: #A3C87A;
}
</style>
background-color css
<style>
a { background-color: #A3C87A; }
a { background-color: rgb(163,200,122); }
div.DivClassName
{
background-color: #A3C87A;
}
.BgClassName
{
background-color: #A3C87A;
}
</style>
border-color css
<style>
span { border-color: #A3C87A; }
span { border-color: rgb(163,200,122); }
td.TdClassName
{
border-color: #A3C87A;
}
.TagClassName
{
border-color: #A3C87A;
}
</style>