Shades of Olivine #A0C265
Tints of Olivine #A0C265
RGB
CMYK
RGB Variations
Color information
#A0C265 (or 0xA0C265) is known color: Olivine. HEX triplet: A0, C2 and 65. RGB value is (160,194,101). Sum of RGB (Red+Green+Blue) = 160+194+101=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C265 is #5F3D9A. Grayscale: #ADADAD. Windows color (decimal): -6241691 or 6668960. OLE color: 6668960.
HSL color Cylindrical-coordinate representation of color #A0C265: hue angle of 81.94º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0C265 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 101 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.24 |
| HSL | 81.94º | 0.43% | 0.58% | - |
| HSV(B) | 81.94º | 0.48% | 0.76% | - |
| XYZ | 36.14 | 47 | 19.48 | - |
| YUV | 173.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 101 | 0.18 | 0 | 0.48 | 0.24 | 81.94 | 0.43 | 0.58 |
| Hex | A0 | C2 | 65 | 12 | 0 | 30 | 18 | 52 | 2B | 3A |
| Octal | 240 | 302 | 145 | 22 | 0 | 60 | 30 | 122 | 53 | 72 |
| Binary | 10100000 | 11000010 | 1100101 | 10010 | 0 | 110000 | 11000 | 1010010 | 101011 | 111010 |
Color Harmonies of #A0C265
Complementary color
Monochromatic Colors of #A0C265
Black with #A0C265
Text Example
Text Example
White with #A0C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C265; }
p { color: rgb(160,194,101); }
H1.HeaderClassName
{
color: #A0C265;
}
.AnyTagClassName
{
color: #A0C265;
}
</style>
background-color css
<style>
a { background-color: #A0C265; }
a { background-color: rgb(160,194,101); }
div.DivClassName
{
background-color: #A0C265;
}
.BgClassName
{
background-color: #A0C265;
}
</style>
border-color css
<style>
span { border-color: #A0C265; }
span { border-color: rgb(160,194,101); }
td.TdClassName
{
border-color: #A0C265;
}
.TagClassName
{
border-color: #A0C265;
}
</style>