Shades of Olivine #A8C46A
Tints of Olivine #A8C46A
RGB
CMYK
RGB Variations
Color information
#A8C46A (or 0xA8C46A) is known color: Olivine. HEX triplet: A8, C4 and 6A. RGB value is (168,196,106). Sum of RGB (Red+Green+Blue) = 168+196+106=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C46A is #573B95. Grayscale: #B1B1B1. Windows color (decimal): -5716886 or 6997160. OLE color: 6997160.
HSL color Cylindrical-coordinate representation of color #A8C46A: hue angle of 78.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8C46A is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 106 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.23 |
| HSL | 78.67º | 0.43% | 0.59% | - |
| HSV(B) | 78.67º | 0.46% | 0.77% | - |
| XYZ | 38.49 | 48.85 | 21.04 | - |
| YUV | 177.37 | 87.72 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 106 | 0.14 | 0 | 0.46 | 0.23 | 78.67 | 0.43 | 0.59 |
| Hex | A8 | C4 | 6A | E | 0 | 2E | 17 | 4F | 2B | 3B |
| Octal | 250 | 304 | 152 | 16 | 0 | 56 | 27 | 117 | 53 | 73 |
| Binary | 10101000 | 11000100 | 1101010 | 1110 | 0 | 101110 | 10111 | 1001111 | 101011 | 111011 |
Color Harmonies of #A8C46A
Complementary color
Monochromatic Colors of #A8C46A
Black with #A8C46A
Text Example
Text Example
White with #A8C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C46A; }
p { color: rgb(168,196,106); }
H1.HeaderClassName
{
color: #A8C46A;
}
.AnyTagClassName
{
color: #A8C46A;
}
</style>
background-color css
<style>
a { background-color: #A8C46A; }
a { background-color: rgb(168,196,106); }
div.DivClassName
{
background-color: #A8C46A;
}
.BgClassName
{
background-color: #A8C46A;
}
</style>
border-color css
<style>
span { border-color: #A8C46A; }
span { border-color: rgb(168,196,106); }
td.TdClassName
{
border-color: #A8C46A;
}
.TagClassName
{
border-color: #A8C46A;
}
</style>