Shades of Olivine #A3C27C
Tints of Olivine #A3C27C
RGB
CMYK
RGB Variations
Color information
#A3C27C (or 0xA3C27C) is known color: Olivine. HEX triplet: A3, C2 and 7C. RGB value is (163,194,124). Sum of RGB (Red+Green+Blue) = 163+194+124=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C27C is #5C3D83. Grayscale: #B1B1B1. Windows color (decimal): -6045060 or 8176291. OLE color: 8176291.
HSL color Cylindrical-coordinate representation of color #A3C27C: hue angle of 86.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3C27C is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 124 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.24 |
| HSL | 86.57º | 0.36% | 0.62% | - |
| HSV(B) | 86.57º | 0.36% | 0.76% | - |
| XYZ | 38.03 | 47.83 | 26.3 | - |
| YUV | 176.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 124 | 0.16 | 0 | 0.36 | 0.24 | 86.57 | 0.36 | 0.62 |
| Hex | A3 | C2 | 7C | 10 | 0 | 24 | 18 | 57 | 24 | 3E |
| Octal | 243 | 302 | 174 | 20 | 0 | 44 | 30 | 127 | 44 | 76 |
| Binary | 10100011 | 11000010 | 1111100 | 10000 | 0 | 100100 | 11000 | 1010111 | 100100 | 111110 |
Color Harmonies of #A3C27C
Complementary color
Monochromatic Colors of #A3C27C
Black with #A3C27C
Text Example
Text Example
White with #A3C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C27C; }
p { color: rgb(163,194,124); }
H1.HeaderClassName
{
color: #A3C27C;
}
.AnyTagClassName
{
color: #A3C27C;
}
</style>
background-color css
<style>
a { background-color: #A3C27C; }
a { background-color: rgb(163,194,124); }
div.DivClassName
{
background-color: #A3C27C;
}
.BgClassName
{
background-color: #A3C27C;
}
</style>
border-color css
<style>
span { border-color: #A3C27C; }
span { border-color: rgb(163,194,124); }
td.TdClassName
{
border-color: #A3C27C;
}
.TagClassName
{
border-color: #A3C27C;
}
</style>