Shades of Olivine #A3C26D
Tints of Olivine #A3C26D
RGB
CMYK
RGB Variations
Color information
#A3C26D (or 0xA3C26D) is known color: Olivine. HEX triplet: A3, C2 and 6D. RGB value is (163,194,109). Sum of RGB (Red+Green+Blue) = 163+194+109=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C26D is #5C3D92. Grayscale: #AFAFAF. Windows color (decimal): -6045075 or 7193251. OLE color: 7193251.
HSL color Cylindrical-coordinate representation of color #A3C26D: hue angle of 81.88º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3C26D is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 109 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.24 |
| HSL | 81.88º | 0.41% | 0.59% | - |
| HSV(B) | 81.88º | 0.44% | 0.76% | - |
| XYZ | 37.16 | 47.47 | 21.67 | - |
| YUV | 175.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 109 | 0.16 | 0 | 0.44 | 0.24 | 81.88 | 0.41 | 0.59 |
| Hex | A3 | C2 | 6D | 10 | 0 | 2C | 18 | 52 | 29 | 3B |
| Octal | 243 | 302 | 155 | 20 | 0 | 54 | 30 | 122 | 51 | 73 |
| Binary | 10100011 | 11000010 | 1101101 | 10000 | 0 | 101100 | 11000 | 1010010 | 101001 | 111011 |
Color Harmonies of #A3C26D
Complementary color
Monochromatic Colors of #A3C26D
Black with #A3C26D
Text Example
Text Example
White with #A3C26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C26D; }
p { color: rgb(163,194,109); }
H1.HeaderClassName
{
color: #A3C26D;
}
.AnyTagClassName
{
color: #A3C26D;
}
</style>
background-color css
<style>
a { background-color: #A3C26D; }
a { background-color: rgb(163,194,109); }
div.DivClassName
{
background-color: #A3C26D;
}
.BgClassName
{
background-color: #A3C26D;
}
</style>
border-color css
<style>
span { border-color: #A3C26D; }
span { border-color: rgb(163,194,109); }
td.TdClassName
{
border-color: #A3C26D;
}
.TagClassName
{
border-color: #A3C26D;
}
</style>