Shades of Olivine #A8C46F
Tints of Olivine #A8C46F
RGB
CMYK
RGB Variations
Color information
#A8C46F (or 0xA8C46F) is known color: Olivine. HEX triplet: A8, C4 and 6F. RGB value is (168,196,111). Sum of RGB (Red+Green+Blue) = 168+196+111=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C46F is #573B90. Grayscale: #B2B2B2. Windows color (decimal): -5716881 or 7324840. OLE color: 7324840.
HSL color Cylindrical-coordinate representation of color #A8C46F: hue angle of 79.76º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8C46F is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 111 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.23 |
| HSL | 79.76º | 0.42% | 0.6% | - |
| HSV(B) | 79.76º | 0.43% | 0.77% | - |
| XYZ | 38.76 | 48.95 | 22.44 | - |
| YUV | 177.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 111 | 0.14 | 0 | 0.43 | 0.23 | 79.76 | 0.42 | 0.6 |
| Hex | A8 | C4 | 6F | E | 0 | 2B | 17 | 50 | 2A | 3C |
| Octal | 250 | 304 | 157 | 16 | 0 | 53 | 27 | 120 | 52 | 74 |
| Binary | 10101000 | 11000100 | 1101111 | 1110 | 0 | 101011 | 10111 | 1010000 | 101010 | 111100 |
Color Harmonies of #A8C46F
Complementary color
Monochromatic Colors of #A8C46F
Black with #A8C46F
Text Example
Text Example
White with #A8C46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C46F; }
p { color: rgb(168,196,111); }
H1.HeaderClassName
{
color: #A8C46F;
}
.AnyTagClassName
{
color: #A8C46F;
}
</style>
background-color css
<style>
a { background-color: #A8C46F; }
a { background-color: rgb(168,196,111); }
div.DivClassName
{
background-color: #A8C46F;
}
.BgClassName
{
background-color: #A8C46F;
}
</style>
border-color css
<style>
span { border-color: #A8C46F; }
span { border-color: rgb(168,196,111); }
td.TdClassName
{
border-color: #A8C46F;
}
.TagClassName
{
border-color: #A8C46F;
}
</style>