Shades of Olivine #A0D467
Tints of Olivine #A0D467
RGB
CMYK
RGB Variations
Color information
#A0D467 (or 0xA0D467) is known color: Olivine. HEX triplet: A0, D4 and 67. RGB value is (160,212,103). Sum of RGB (Red+Green+Blue) = 160+212+103=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D467 is #5F2B98. Grayscale: #B8B8B8. Windows color (decimal): -6237081 or 6804640. OLE color: 6804640.
HSL color Cylindrical-coordinate representation of color #A0D467: hue angle of 88.62º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0D467 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 103 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.17 |
| HSL | 88.62º | 0.56% | 0.62% | - |
| HSV(B) | 88.62º | 0.51% | 0.83% | - |
| XYZ | 40.49 | 55.54 | 21.42 | - |
| YUV | 184.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 103 | 0.25 | 0 | 0.51 | 0.17 | 88.62 | 0.56 | 0.62 |
| Hex | A0 | D4 | 67 | 19 | 0 | 33 | 11 | 59 | 38 | 3E |
| Octal | 240 | 324 | 147 | 31 | 0 | 63 | 21 | 131 | 70 | 76 |
| Binary | 10100000 | 11010100 | 1100111 | 11001 | 0 | 110011 | 10001 | 1011001 | 111000 | 111110 |
Color Harmonies of #A0D467
Complementary color
Monochromatic Colors of #A0D467
Black with #A0D467
Text Example
Text Example
White with #A0D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D467; }
p { color: rgb(160,212,103); }
H1.HeaderClassName
{
color: #A0D467;
}
.AnyTagClassName
{
color: #A0D467;
}
</style>
background-color css
<style>
a { background-color: #A0D467; }
a { background-color: rgb(160,212,103); }
div.DivClassName
{
background-color: #A0D467;
}
.BgClassName
{
background-color: #A0D467;
}
</style>
border-color css
<style>
span { border-color: #A0D467; }
span { border-color: rgb(160,212,103); }
td.TdClassName
{
border-color: #A0D467;
}
.TagClassName
{
border-color: #A0D467;
}
</style>