Shades of Olivine #A0CE69
Tints of Olivine #A0CE69
RGB
CMYK
RGB Variations
Color information
#A0CE69 (or 0xA0CE69) is known color: Olivine. HEX triplet: A0, CE and 69. RGB value is (160,206,105). Sum of RGB (Red+Green+Blue) = 160+206+105=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE69 is #5F3196. Grayscale: #B5B5B5. Windows color (decimal): -6238615 or 6934176. OLE color: 6934176.
HSL color Cylindrical-coordinate representation of color #A0CE69: hue angle of 87.33º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0CE69 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 105 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.19 |
| HSL | 87.33º | 0.51% | 0.61% | - |
| HSV(B) | 87.33º | 0.49% | 0.81% | - |
| XYZ | 39.12 | 52.64 | 21.46 | - |
| YUV | 180.73 | 85.26 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 105 | 0.22 | 0 | 0.49 | 0.19 | 87.33 | 0.51 | 0.61 |
| Hex | A0 | CE | 69 | 16 | 0 | 31 | 13 | 57 | 33 | 3D |
| Octal | 240 | 316 | 151 | 26 | 0 | 61 | 23 | 127 | 63 | 75 |
| Binary | 10100000 | 11001110 | 1101001 | 10110 | 0 | 110001 | 10011 | 1010111 | 110011 | 111101 |
Color Harmonies of #A0CE69
Complementary color
Monochromatic Colors of #A0CE69
Black with #A0CE69
Text Example
Text Example
White with #A0CE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE69; }
p { color: rgb(160,206,105); }
H1.HeaderClassName
{
color: #A0CE69;
}
.AnyTagClassName
{
color: #A0CE69;
}
</style>
background-color css
<style>
a { background-color: #A0CE69; }
a { background-color: rgb(160,206,105); }
div.DivClassName
{
background-color: #A0CE69;
}
.BgClassName
{
background-color: #A0CE69;
}
</style>
border-color css
<style>
span { border-color: #A0CE69; }
span { border-color: rgb(160,206,105); }
td.TdClassName
{
border-color: #A0CE69;
}
.TagClassName
{
border-color: #A0CE69;
}
</style>