Shades of Olivine #A0C367
Tints of Olivine #A0C367
RGB
CMYK
RGB Variations
Color information
#A0C367 (or 0xA0C367) is known color: Olivine. HEX triplet: A0, C3 and 67. RGB value is (160,195,103). Sum of RGB (Red+Green+Blue) = 160+195+103=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C367 is #5F3C98. Grayscale: #AEAEAE. Windows color (decimal): -6241433 or 6800288. OLE color: 6800288.
HSL color Cylindrical-coordinate representation of color #A0C367: hue angle of 82.83º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0C367 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 103 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.24 |
| HSL | 82.83º | 0.43% | 0.58% | - |
| HSV(B) | 82.83º | 0.47% | 0.76% | - |
| XYZ | 36.46 | 47.48 | 20.08 | - |
| YUV | 174.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 103 | 0.18 | 0 | 0.47 | 0.24 | 82.83 | 0.43 | 0.58 |
| Hex | A0 | C3 | 67 | 12 | 0 | 2F | 18 | 53 | 2B | 3A |
| Octal | 240 | 303 | 147 | 22 | 0 | 57 | 30 | 123 | 53 | 72 |
| Binary | 10100000 | 11000011 | 1100111 | 10010 | 0 | 101111 | 11000 | 1010011 | 101011 | 111010 |
Color Harmonies of #A0C367
Complementary color
Monochromatic Colors of #A0C367
Black with #A0C367
Text Example
Text Example
White with #A0C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C367; }
p { color: rgb(160,195,103); }
H1.HeaderClassName
{
color: #A0C367;
}
.AnyTagClassName
{
color: #A0C367;
}
</style>
background-color css
<style>
a { background-color: #A0C367; }
a { background-color: rgb(160,195,103); }
div.DivClassName
{
background-color: #A0C367;
}
.BgClassName
{
background-color: #A0C367;
}
</style>
border-color css
<style>
span { border-color: #A0C367; }
span { border-color: rgb(160,195,103); }
td.TdClassName
{
border-color: #A0C367;
}
.TagClassName
{
border-color: #A0C367;
}
</style>