Shades of Olivine #A0CF6A
Tints of Olivine #A0CF6A
RGB
CMYK
RGB Variations
Color information
#A0CF6A (or 0xA0CF6A) is known color: Olivine. HEX triplet: A0, CF and 6A. RGB value is (160,207,106). Sum of RGB (Red+Green+Blue) = 160+207+106=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF6A is #5F3095. Grayscale: #B5B5B5. Windows color (decimal): -6238358 or 6999968. OLE color: 6999968.
HSL color Cylindrical-coordinate representation of color #A0CF6A: hue angle of 87.92º 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 #A0CF6A is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 106 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.19 |
| HSL | 87.92º | 0.51% | 0.61% | - |
| HSV(B) | 87.92º | 0.49% | 0.81% | - |
| XYZ | 39.41 | 53.14 | 21.82 | - |
| YUV | 181.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 106 | 0.23 | 0 | 0.49 | 0.19 | 87.92 | 0.51 | 0.61 |
| Hex | A0 | CF | 6A | 17 | 0 | 31 | 13 | 58 | 33 | 3D |
| Octal | 240 | 317 | 152 | 27 | 0 | 61 | 23 | 130 | 63 | 75 |
| Binary | 10100000 | 11001111 | 1101010 | 10111 | 0 | 110001 | 10011 | 1011000 | 110011 | 111101 |
Color Harmonies of #A0CF6A
Complementary color
Monochromatic Colors of #A0CF6A
Black with #A0CF6A
Text Example
Text Example
White with #A0CF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF6A; }
p { color: rgb(160,207,106); }
H1.HeaderClassName
{
color: #A0CF6A;
}
.AnyTagClassName
{
color: #A0CF6A;
}
</style>
background-color css
<style>
a { background-color: #A0CF6A; }
a { background-color: rgb(160,207,106); }
div.DivClassName
{
background-color: #A0CF6A;
}
.BgClassName
{
background-color: #A0CF6A;
}
</style>
border-color css
<style>
span { border-color: #A0CF6A; }
span { border-color: rgb(160,207,106); }
td.TdClassName
{
border-color: #A0CF6A;
}
.TagClassName
{
border-color: #A0CF6A;
}
</style>