Shades of Olivine #A0CD63
Tints of Olivine #A0CD63
RGB
CMYK
RGB Variations
Color information
#A0CD63 (or 0xA0CD63) is known color: Olivine. HEX triplet: A0, CD and 63. RGB value is (160,205,99). Sum of RGB (Red+Green+Blue) = 160+205+99=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD63 is #5F329C. Grayscale: #B3B3B3. Windows color (decimal): -6238877 or 6540704. OLE color: 6540704.
HSL color Cylindrical-coordinate representation of color #A0CD63: hue angle of 85.47º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0CD63 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 99 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.20 |
| HSL | 85.47º | 0.51% | 0.6% | - |
| HSV(B) | 85.47º | 0.52% | 0.8% | - |
| XYZ | 38.58 | 52.04 | 19.82 | - |
| YUV | 179.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 99 | 0.22 | 0 | 0.52 | 0.20 | 85.47 | 0.51 | 0.6 |
| Hex | A0 | CD | 63 | 16 | 0 | 34 | 14 | 55 | 33 | 3C |
| Octal | 240 | 315 | 143 | 26 | 0 | 64 | 24 | 125 | 63 | 74 |
| Binary | 10100000 | 11001101 | 1100011 | 10110 | 0 | 110100 | 10100 | 1010101 | 110011 | 111100 |
Color Harmonies of #A0CD63
Complementary color
Monochromatic Colors of #A0CD63
Black with #A0CD63
Text Example
Text Example
White with #A0CD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD63; }
p { color: rgb(160,205,99); }
H1.HeaderClassName
{
color: #A0CD63;
}
.AnyTagClassName
{
color: #A0CD63;
}
</style>
background-color css
<style>
a { background-color: #A0CD63; }
a { background-color: rgb(160,205,99); }
div.DivClassName
{
background-color: #A0CD63;
}
.BgClassName
{
background-color: #A0CD63;
}
</style>
border-color css
<style>
span { border-color: #A0CD63; }
span { border-color: rgb(160,205,99); }
td.TdClassName
{
border-color: #A0CD63;
}
.TagClassName
{
border-color: #A0CD63;
}
</style>