Shades of Olivine #A0C65F
Tints of Olivine #A0C65F
RGB
CMYK
RGB Variations
Color information
#A0C65F (or 0xA0C65F) is known color: Olivine. HEX triplet: A0, C6 and 5F. RGB value is (160,198,95). Sum of RGB (Red+Green+Blue) = 160+198+95=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C65F is #5F39A0. Grayscale: #AFAFAF. Windows color (decimal): -6240673 or 6276768. OLE color: 6276768.
HSL color Cylindrical-coordinate representation of color #A0C65F: hue angle of 82.14º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0C65F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 95 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.22 |
| HSL | 82.14º | 0.47% | 0.57% | - |
| HSV(B) | 82.14º | 0.52% | 0.78% | - |
| XYZ | 36.76 | 48.69 | 18.29 | - |
| YUV | 174.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 95 | 0.19 | 0 | 0.52 | 0.22 | 82.14 | 0.47 | 0.57 |
| Hex | A0 | C6 | 5F | 13 | 0 | 34 | 16 | 52 | 2F | 39 |
| Octal | 240 | 306 | 137 | 23 | 0 | 64 | 26 | 122 | 57 | 71 |
| Binary | 10100000 | 11000110 | 1011111 | 10011 | 0 | 110100 | 10110 | 1010010 | 101111 | 111001 |
Color Harmonies of #A0C65F
Complementary color
Monochromatic Colors of #A0C65F
Black with #A0C65F
Text Example
Text Example
White with #A0C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C65F; }
p { color: rgb(160,198,95); }
H1.HeaderClassName
{
color: #A0C65F;
}
.AnyTagClassName
{
color: #A0C65F;
}
</style>
background-color css
<style>
a { background-color: #A0C65F; }
a { background-color: rgb(160,198,95); }
div.DivClassName
{
background-color: #A0C65F;
}
.BgClassName
{
background-color: #A0C65F;
}
</style>
border-color css
<style>
span { border-color: #A0C65F; }
span { border-color: rgb(160,198,95); }
td.TdClassName
{
border-color: #A0C65F;
}
.TagClassName
{
border-color: #A0C65F;
}
</style>