Shades of Olivine #A5C86A
Tints of Olivine #A5C86A
RGB
CMYK
RGB Variations
Color information
#A5C86A (or 0xA5C86A) is known color: Olivine. HEX triplet: A5, C8 and 6A. RGB value is (165,200,106). Sum of RGB (Red+Green+Blue) = 165+200+106=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C86A is #5A3795. Grayscale: #B3B3B3. Windows color (decimal): -5912470 or 6998181. OLE color: 6998181.
HSL color Cylindrical-coordinate representation of color #A5C86A: hue angle of 82.34º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5C86A is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 106 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.22 |
| HSL | 82.34º | 0.46% | 0.6% | - |
| HSV(B) | 82.34º | 0.47% | 0.78% | - |
| XYZ | 38.77 | 50.35 | 21.31 | - |
| YUV | 178.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 106 | 0.18 | 0 | 0.47 | 0.22 | 82.34 | 0.46 | 0.6 |
| Hex | A5 | C8 | 6A | 12 | 0 | 2F | 16 | 52 | 2E | 3C |
| Octal | 245 | 310 | 152 | 22 | 0 | 57 | 26 | 122 | 56 | 74 |
| Binary | 10100101 | 11001000 | 1101010 | 10010 | 0 | 101111 | 10110 | 1010010 | 101110 | 111100 |
Color Harmonies of #A5C86A
Complementary color
Monochromatic Colors of #A5C86A
Black with #A5C86A
Text Example
Text Example
White with #A5C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C86A; }
p { color: rgb(165,200,106); }
H1.HeaderClassName
{
color: #A5C86A;
}
.AnyTagClassName
{
color: #A5C86A;
}
</style>
background-color css
<style>
a { background-color: #A5C86A; }
a { background-color: rgb(165,200,106); }
div.DivClassName
{
background-color: #A5C86A;
}
.BgClassName
{
background-color: #A5C86A;
}
</style>
border-color css
<style>
span { border-color: #A5C86A; }
span { border-color: rgb(165,200,106); }
td.TdClassName
{
border-color: #A5C86A;
}
.TagClassName
{
border-color: #A5C86A;
}
</style>