Shades of Olivine #A8C96D
Tints of Olivine #A8C96D
RGB
CMYK
RGB Variations
Color information
#A8C96D (or 0xA8C96D) is known color: Olivine. HEX triplet: A8, C9 and 6D. RGB value is (168,201,109). Sum of RGB (Red+Green+Blue) = 168+201+109=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C96D is #573692. Grayscale: #B4B4B4. Windows color (decimal): -5715603 or 7195048. OLE color: 7195048.
HSL color Cylindrical-coordinate representation of color #A8C96D: hue angle of 81.52º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8C96D is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 109 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.21 |
| HSL | 81.52º | 0.46% | 0.61% | - |
| HSV(B) | 81.52º | 0.46% | 0.79% | - |
| XYZ | 39.8 | 51.2 | 22.25 | - |
| YUV | 180.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 109 | 0.16 | 0 | 0.46 | 0.21 | 81.52 | 0.46 | 0.61 |
| Hex | A8 | C9 | 6D | 10 | 0 | 2E | 15 | 52 | 2E | 3D |
| Octal | 250 | 311 | 155 | 20 | 0 | 56 | 25 | 122 | 56 | 75 |
| Binary | 10101000 | 11001001 | 1101101 | 10000 | 0 | 101110 | 10101 | 1010010 | 101110 | 111101 |
Color Harmonies of #A8C96D
Complementary color
Monochromatic Colors of #A8C96D
Black with #A8C96D
Text Example
Text Example
White with #A8C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C96D; }
p { color: rgb(168,201,109); }
H1.HeaderClassName
{
color: #A8C96D;
}
.AnyTagClassName
{
color: #A8C96D;
}
</style>
background-color css
<style>
a { background-color: #A8C96D; }
a { background-color: rgb(168,201,109); }
div.DivClassName
{
background-color: #A8C96D;
}
.BgClassName
{
background-color: #A8C96D;
}
</style>
border-color css
<style>
span { border-color: #A8C96D; }
span { border-color: rgb(168,201,109); }
td.TdClassName
{
border-color: #A8C96D;
}
.TagClassName
{
border-color: #A8C96D;
}
</style>