Shades of Olivine #A8C96E
Tints of Olivine #A8C96E
RGB
CMYK
RGB Variations
Color information
#A8C96E (or 0xA8C96E) is known color: Olivine. HEX triplet: A8, C9 and 6E. RGB value is (168,201,110). Sum of RGB (Red+Green+Blue) = 168+201+110=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C96E is #573691. Grayscale: #B5B5B5. Windows color (decimal): -5715602 or 7260584. OLE color: 7260584.
HSL color Cylindrical-coordinate representation of color #A8C96E: hue angle of 81.76º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8C96E is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 110 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.21 |
| HSL | 81.76º | 0.46% | 0.61% | - |
| HSV(B) | 81.76º | 0.45% | 0.79% | - |
| XYZ | 39.85 | 51.22 | 22.54 | - |
| YUV | 180.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 110 | 0.16 | 0 | 0.45 | 0.21 | 81.76 | 0.46 | 0.61 |
| Hex | A8 | C9 | 6E | 10 | 0 | 2D | 15 | 52 | 2E | 3D |
| Octal | 250 | 311 | 156 | 20 | 0 | 55 | 25 | 122 | 56 | 75 |
| Binary | 10101000 | 11001001 | 1101110 | 10000 | 0 | 101101 | 10101 | 1010010 | 101110 | 111101 |
Color Harmonies of #A8C96E
Complementary color
Monochromatic Colors of #A8C96E
Black with #A8C96E
Text Example
Text Example
White with #A8C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C96E; }
p { color: rgb(168,201,110); }
H1.HeaderClassName
{
color: #A8C96E;
}
.AnyTagClassName
{
color: #A8C96E;
}
</style>
background-color css
<style>
a { background-color: #A8C96E; }
a { background-color: rgb(168,201,110); }
div.DivClassName
{
background-color: #A8C96E;
}
.BgClassName
{
background-color: #A8C96E;
}
</style>
border-color css
<style>
span { border-color: #A8C96E; }
span { border-color: rgb(168,201,110); }
td.TdClassName
{
border-color: #A8C96E;
}
.TagClassName
{
border-color: #A8C96E;
}
</style>