Shades of Olivine #A8C36E
Tints of Olivine #A8C36E
RGB
CMYK
RGB Variations
Color information
#A8C36E (or 0xA8C36E) is known color: Olivine. HEX triplet: A8, C3 and 6E. RGB value is (168,195,110). Sum of RGB (Red+Green+Blue) = 168+195+110=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C36E is #573C91. Grayscale: #B1B1B1. Windows color (decimal): -5717138 or 7259048. OLE color: 7259048.
HSL color Cylindrical-coordinate representation of color #A8C36E: hue angle of 79.06º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8C36E is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 110 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.24 |
| HSL | 79.06º | 0.41% | 0.6% | - |
| HSV(B) | 79.06º | 0.44% | 0.76% | - |
| XYZ | 38.48 | 48.48 | 22.08 | - |
| YUV | 177.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 110 | 0.14 | 0 | 0.44 | 0.24 | 79.06 | 0.41 | 0.6 |
| Hex | A8 | C3 | 6E | E | 0 | 2C | 18 | 4F | 29 | 3C |
| Octal | 250 | 303 | 156 | 16 | 0 | 54 | 30 | 117 | 51 | 74 |
| Binary | 10101000 | 11000011 | 1101110 | 1110 | 0 | 101100 | 11000 | 1001111 | 101001 | 111100 |
Color Harmonies of #A8C36E
Complementary color
Monochromatic Colors of #A8C36E
Black with #A8C36E
Text Example
Text Example
White with #A8C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C36E; }
p { color: rgb(168,195,110); }
H1.HeaderClassName
{
color: #A8C36E;
}
.AnyTagClassName
{
color: #A8C36E;
}
</style>
background-color css
<style>
a { background-color: #A8C36E; }
a { background-color: rgb(168,195,110); }
div.DivClassName
{
background-color: #A8C36E;
}
.BgClassName
{
background-color: #A8C36E;
}
</style>
border-color css
<style>
span { border-color: #A8C36E; }
span { border-color: rgb(168,195,110); }
td.TdClassName
{
border-color: #A8C36E;
}
.TagClassName
{
border-color: #A8C36E;
}
</style>