Shades of Olivine #A8C864
Tints of Olivine #A8C864
RGB
CMYK
RGB Variations
Color information
#A8C864 (or 0xA8C864) is known color: Olivine. HEX triplet: A8, C8 and 64. RGB value is (168,200,100). Sum of RGB (Red+Green+Blue) = 168+200+100=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C864 is #57379B. Grayscale: #B3B3B3. Windows color (decimal): -5715868 or 6604968. OLE color: 6604968.
HSL color Cylindrical-coordinate representation of color #A8C864: hue angle of 79.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8C864 is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 100 | - |
| CMYK | 0.16 | 0 | 0.5 | 0.22 |
| HSL | 79.2º | 0.48% | 0.59% | - |
| HSV(B) | 79.2º | 0.5% | 0.78% | - |
| XYZ | 39.1 | 50.55 | 19.75 | - |
| YUV | 179.03 | 83.4 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 100 | 0.16 | 0 | 0.5 | 0.22 | 79.2 | 0.48 | 0.59 |
| Hex | A8 | C8 | 64 | 10 | 0 | 32 | 16 | 4F | 30 | 3B |
| Octal | 250 | 310 | 144 | 20 | 0 | 62 | 26 | 117 | 60 | 73 |
| Binary | 10101000 | 11001000 | 1100100 | 10000 | 0 | 110010 | 10110 | 1001111 | 110000 | 111011 |
Color Harmonies of #A8C864
Complementary color
Monochromatic Colors of #A8C864
Black with #A8C864
Text Example
Text Example
White with #A8C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C864; }
p { color: rgb(168,200,100); }
H1.HeaderClassName
{
color: #A8C864;
}
.AnyTagClassName
{
color: #A8C864;
}
</style>
background-color css
<style>
a { background-color: #A8C864; }
a { background-color: rgb(168,200,100); }
div.DivClassName
{
background-color: #A8C864;
}
.BgClassName
{
background-color: #A8C864;
}
</style>
border-color css
<style>
span { border-color: #A8C864; }
span { border-color: rgb(168,200,100); }
td.TdClassName
{
border-color: #A8C864;
}
.TagClassName
{
border-color: #A8C864;
}
</style>