Shades of Olivine #A0CF6E
Tints of Olivine #A0CF6E
RGB
CMYK
RGB Variations
Color information
#A0CF6E (or 0xA0CF6E) is known color: Olivine. HEX triplet: A0, CF and 6E. RGB value is (160,207,110). Sum of RGB (Red+Green+Blue) = 160+207+110=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF6E is #5F3091. Grayscale: #B6B6B6. Windows color (decimal): -6238354 or 7262112. OLE color: 7262112.
HSL color Cylindrical-coordinate representation of color #A0CF6E: hue angle of 89.07º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0CF6E is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 110 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.19 |
| HSL | 89.07º | 0.5% | 0.62% | - |
| HSV(B) | 89.07º | 0.47% | 0.81% | - |
| XYZ | 39.62 | 53.23 | 22.94 | - |
| YUV | 181.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 110 | 0.23 | 0 | 0.47 | 0.19 | 89.07 | 0.5 | 0.62 |
| Hex | A0 | CF | 6E | 17 | 0 | 2F | 13 | 59 | 32 | 3E |
| Octal | 240 | 317 | 156 | 27 | 0 | 57 | 23 | 131 | 62 | 76 |
| Binary | 10100000 | 11001111 | 1101110 | 10111 | 0 | 101111 | 10011 | 1011001 | 110010 | 111110 |
Color Harmonies of #A0CF6E
Complementary color
Monochromatic Colors of #A0CF6E
Black with #A0CF6E
Text Example
Text Example
White with #A0CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF6E; }
p { color: rgb(160,207,110); }
H1.HeaderClassName
{
color: #A0CF6E;
}
.AnyTagClassName
{
color: #A0CF6E;
}
</style>
background-color css
<style>
a { background-color: #A0CF6E; }
a { background-color: rgb(160,207,110); }
div.DivClassName
{
background-color: #A0CF6E;
}
.BgClassName
{
background-color: #A0CF6E;
}
</style>
border-color css
<style>
span { border-color: #A0CF6E; }
span { border-color: rgb(160,207,110); }
td.TdClassName
{
border-color: #A0CF6E;
}
.TagClassName
{
border-color: #A0CF6E;
}
</style>