Shades of Olivine #A3C27A
Tints of Olivine #A3C27A
RGB
CMYK
RGB Variations
Color information
#A3C27A (or 0xA3C27A) is known color: Olivine. HEX triplet: A3, C2 and 7A. RGB value is (163,194,122). Sum of RGB (Red+Green+Blue) = 163+194+122=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C27A is #5C3D85. Grayscale: #B0B0B0. Windows color (decimal): -6045062 or 8045219. OLE color: 8045219.
HSL color Cylindrical-coordinate representation of color #A3C27A: hue angle of 85.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3C27A is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 122 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.24 |
| HSL | 85.83º | 0.37% | 0.62% | - |
| HSV(B) | 85.83º | 0.37% | 0.76% | - |
| XYZ | 37.91 | 47.78 | 25.64 | - |
| YUV | 176.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 122 | 0.16 | 0 | 0.37 | 0.24 | 85.83 | 0.37 | 0.62 |
| Hex | A3 | C2 | 7A | 10 | 0 | 25 | 18 | 56 | 25 | 3E |
| Octal | 243 | 302 | 172 | 20 | 0 | 45 | 30 | 126 | 45 | 76 |
| Binary | 10100011 | 11000010 | 1111010 | 10000 | 0 | 100101 | 11000 | 1010110 | 100101 | 111110 |
Color Harmonies of #A3C27A
Complementary color
Monochromatic Colors of #A3C27A
Black with #A3C27A
Text Example
Text Example
White with #A3C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C27A; }
p { color: rgb(163,194,122); }
H1.HeaderClassName
{
color: #A3C27A;
}
.AnyTagClassName
{
color: #A3C27A;
}
</style>
background-color css
<style>
a { background-color: #A3C27A; }
a { background-color: rgb(163,194,122); }
div.DivClassName
{
background-color: #A3C27A;
}
.BgClassName
{
background-color: #A3C27A;
}
</style>
border-color css
<style>
span { border-color: #A3C27A; }
span { border-color: rgb(163,194,122); }
td.TdClassName
{
border-color: #A3C27A;
}
.TagClassName
{
border-color: #A3C27A;
}
</style>