Shades of Olivine #A0CE67
Tints of Olivine #A0CE67
RGB
CMYK
RGB Variations
Color information
#A0CE67 (or 0xA0CE67) is known color: Olivine. HEX triplet: A0, CE and 67. RGB value is (160,206,103). Sum of RGB (Red+Green+Blue) = 160+206+103=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE67 is #5F3198. Grayscale: #B4B4B4. Windows color (decimal): -6238617 or 6803104. OLE color: 6803104.
HSL color Cylindrical-coordinate representation of color #A0CE67: hue angle of 86.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0CE67 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 103 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.19 |
| HSL | 86.8º | 0.51% | 0.61% | - |
| HSV(B) | 86.8º | 0.5% | 0.81% | - |
| XYZ | 39.02 | 52.6 | 20.93 | - |
| YUV | 180.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 103 | 0.22 | 0 | 0.50 | 0.19 | 86.8 | 0.51 | 0.61 |
| Hex | A0 | CE | 67 | 16 | 0 | 32 | 13 | 57 | 33 | 3D |
| Octal | 240 | 316 | 147 | 26 | 0 | 62 | 23 | 127 | 63 | 75 |
| Binary | 10100000 | 11001110 | 1100111 | 10110 | 0 | 110010 | 10011 | 1010111 | 110011 | 111101 |
Color Harmonies of #A0CE67
Complementary color
Monochromatic Colors of #A0CE67
Black with #A0CE67
Text Example
Text Example
White with #A0CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE67; }
p { color: rgb(160,206,103); }
H1.HeaderClassName
{
color: #A0CE67;
}
.AnyTagClassName
{
color: #A0CE67;
}
</style>
background-color css
<style>
a { background-color: #A0CE67; }
a { background-color: rgb(160,206,103); }
div.DivClassName
{
background-color: #A0CE67;
}
.BgClassName
{
background-color: #A0CE67;
}
</style>
border-color css
<style>
span { border-color: #A0CE67; }
span { border-color: rgb(160,206,103); }
td.TdClassName
{
border-color: #A0CE67;
}
.TagClassName
{
border-color: #A0CE67;
}
</style>