Shades of Olivine #A0CF62
Tints of Olivine #A0CF62
RGB
CMYK
RGB Variations
Color information
#A0CF62 (or 0xA0CF62) is known color: Olivine. HEX triplet: A0, CF and 62. RGB value is (160,207,98). Sum of RGB (Red+Green+Blue) = 160+207+98=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF62 is #5F309D. Grayscale: #B4B4B4. Windows color (decimal): -6238366 or 6475680. OLE color: 6475680.
HSL color Cylindrical-coordinate representation of color #A0CF62: hue angle of 85.87º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0CF62 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 98 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.19 |
| HSL | 85.87º | 0.53% | 0.6% | - |
| HSV(B) | 85.87º | 0.53% | 0.81% | - |
| XYZ | 39.01 | 52.98 | 19.73 | - |
| YUV | 180.52 | 81.43 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 98 | 0.23 | 0 | 0.53 | 0.19 | 85.87 | 0.53 | 0.6 |
| Hex | A0 | CF | 62 | 17 | 0 | 35 | 13 | 56 | 35 | 3C |
| Octal | 240 | 317 | 142 | 27 | 0 | 65 | 23 | 126 | 65 | 74 |
| Binary | 10100000 | 11001111 | 1100010 | 10111 | 0 | 110101 | 10011 | 1010110 | 110101 | 111100 |
Color Harmonies of #A0CF62
Complementary color
Monochromatic Colors of #A0CF62
Black with #A0CF62
Text Example
Text Example
White with #A0CF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF62; }
p { color: rgb(160,207,98); }
H1.HeaderClassName
{
color: #A0CF62;
}
.AnyTagClassName
{
color: #A0CF62;
}
</style>
background-color css
<style>
a { background-color: #A0CF62; }
a { background-color: rgb(160,207,98); }
div.DivClassName
{
background-color: #A0CF62;
}
.BgClassName
{
background-color: #A0CF62;
}
</style>
border-color css
<style>
span { border-color: #A0CF62; }
span { border-color: rgb(160,207,98); }
td.TdClassName
{
border-color: #A0CF62;
}
.TagClassName
{
border-color: #A0CF62;
}
</style>