Shades of Olivine #A0C275
Tints of Olivine #A0C275
RGB
CMYK
RGB Variations
Color information
#A0C275 (or 0xA0C275) is known color: Olivine. HEX triplet: A0, C2 and 75. RGB value is (160,194,117). Sum of RGB (Red+Green+Blue) = 160+194+117=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C275 is #5F3D8A. Grayscale: #AFAFAF. Windows color (decimal): -6241675 or 7717536. OLE color: 7717536.
HSL color Cylindrical-coordinate representation of color #A0C275: hue angle of 86.49º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0C275 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 117 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.24 |
| HSL | 86.49º | 0.39% | 0.61% | - |
| HSV(B) | 86.49º | 0.4% | 0.76% | - |
| XYZ | 37 | 47.34 | 24.02 | - |
| YUV | 175.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 117 | 0.18 | 0 | 0.40 | 0.24 | 86.49 | 0.39 | 0.61 |
| Hex | A0 | C2 | 75 | 12 | 0 | 28 | 18 | 56 | 27 | 3D |
| Octal | 240 | 302 | 165 | 22 | 0 | 50 | 30 | 126 | 47 | 75 |
| Binary | 10100000 | 11000010 | 1110101 | 10010 | 0 | 101000 | 11000 | 1010110 | 100111 | 111101 |
Color Harmonies of #A0C275
Complementary color
Monochromatic Colors of #A0C275
Black with #A0C275
Text Example
Text Example
White with #A0C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C275; }
p { color: rgb(160,194,117); }
H1.HeaderClassName
{
color: #A0C275;
}
.AnyTagClassName
{
color: #A0C275;
}
</style>
background-color css
<style>
a { background-color: #A0C275; }
a { background-color: rgb(160,194,117); }
div.DivClassName
{
background-color: #A0C275;
}
.BgClassName
{
background-color: #A0C275;
}
</style>
border-color css
<style>
span { border-color: #A0C275; }
span { border-color: rgb(160,194,117); }
td.TdClassName
{
border-color: #A0C275;
}
.TagClassName
{
border-color: #A0C275;
}
</style>