Shades of Olivine #A0C26E
Tints of Olivine #A0C26E
RGB
CMYK
RGB Variations
Color information
#A0C26E (or 0xA0C26E) is known color: Olivine. HEX triplet: A0, C2 and 6E. RGB value is (160,194,110). Sum of RGB (Red+Green+Blue) = 160+194+110=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C26E is #5F3D91. Grayscale: #AEAEAE. Windows color (decimal): -6241682 or 7258784. OLE color: 7258784.
HSL color Cylindrical-coordinate representation of color #A0C26E: hue angle of 84.29º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0C26E is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 110 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.24 |
| HSL | 84.29º | 0.41% | 0.6% | - |
| HSV(B) | 84.29º | 0.43% | 0.76% | - |
| XYZ | 36.6 | 47.18 | 21.93 | - |
| YUV | 174.26 | 91.74 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 110 | 0.18 | 0 | 0.43 | 0.24 | 84.29 | 0.41 | 0.6 |
| Hex | A0 | C2 | 6E | 12 | 0 | 2B | 18 | 54 | 29 | 3C |
| Octal | 240 | 302 | 156 | 22 | 0 | 53 | 30 | 124 | 51 | 74 |
| Binary | 10100000 | 11000010 | 1101110 | 10010 | 0 | 101011 | 11000 | 1010100 | 101001 | 111100 |
Color Harmonies of #A0C26E
Complementary color
Monochromatic Colors of #A0C26E
Black with #A0C26E
Text Example
Text Example
White with #A0C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C26E; }
p { color: rgb(160,194,110); }
H1.HeaderClassName
{
color: #A0C26E;
}
.AnyTagClassName
{
color: #A0C26E;
}
</style>
background-color css
<style>
a { background-color: #A0C26E; }
a { background-color: rgb(160,194,110); }
div.DivClassName
{
background-color: #A0C26E;
}
.BgClassName
{
background-color: #A0C26E;
}
</style>
border-color css
<style>
span { border-color: #A0C26E; }
span { border-color: rgb(160,194,110); }
td.TdClassName
{
border-color: #A0C26E;
}
.TagClassName
{
border-color: #A0C26E;
}
</style>