Shades of Olivine #A5C864
Tints of Olivine #A5C864
RGB
CMYK
RGB Variations
Color information
#A5C864 (or 0xA5C864) is known color: Olivine. HEX triplet: A5, C8 and 64. RGB value is (165,200,100). Sum of RGB (Red+Green+Blue) = 165+200+100=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C864 is #5A379B. Grayscale: #B2B2B2. Windows color (decimal): -5912476 or 6604965. OLE color: 6604965.
HSL color Cylindrical-coordinate representation of color #A5C864: hue angle of 81º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5C864 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 100 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.22 |
| HSL | 81º | 0.48% | 0.59% | - |
| HSV(B) | 81º | 0.5% | 0.78% | - |
| XYZ | 38.47 | 50.23 | 19.72 | - |
| YUV | 178.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 100 | 0.18 | 0 | 0.5 | 0.22 | 81 | 0.48 | 0.59 |
| Hex | A5 | C8 | 64 | 12 | 0 | 32 | 16 | 51 | 30 | 3B |
| Octal | 245 | 310 | 144 | 22 | 0 | 62 | 26 | 121 | 60 | 73 |
| Binary | 10100101 | 11001000 | 1100100 | 10010 | 0 | 110010 | 10110 | 1010001 | 110000 | 111011 |
Color Harmonies of #A5C864
Complementary color
Monochromatic Colors of #A5C864
Black with #A5C864
Text Example
Text Example
White with #A5C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C864; }
p { color: rgb(165,200,100); }
H1.HeaderClassName
{
color: #A5C864;
}
.AnyTagClassName
{
color: #A5C864;
}
</style>
background-color css
<style>
a { background-color: #A5C864; }
a { background-color: rgb(165,200,100); }
div.DivClassName
{
background-color: #A5C864;
}
.BgClassName
{
background-color: #A5C864;
}
</style>
border-color css
<style>
span { border-color: #A5C864; }
span { border-color: rgb(165,200,100); }
td.TdClassName
{
border-color: #A5C864;
}
.TagClassName
{
border-color: #A5C864;
}
</style>