Shades of Olivine #A3CA60
Tints of Olivine #A3CA60
RGB
CMYK
RGB Variations
Color information
#A3CA60 (or 0xA3CA60) is known color: Olivine. HEX triplet: A3, CA and 60. RGB value is (163,202,96). Sum of RGB (Red+Green+Blue) = 163+202+96=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA60 is #5C359F. Grayscale: #B2B2B2. Windows color (decimal): -6043040 or 6343331. OLE color: 6343331.
HSL color Cylindrical-coordinate representation of color #A3CA60: hue angle of 82.08º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3CA60 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 96 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.21 |
| HSL | 82.08º | 0.5% | 0.58% | - |
| HSV(B) | 82.08º | 0.52% | 0.79% | - |
| XYZ | 38.34 | 50.87 | 18.87 | - |
| YUV | 178.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 96 | 0.19 | 0 | 0.52 | 0.21 | 82.08 | 0.5 | 0.58 |
| Hex | A3 | CA | 60 | 13 | 0 | 34 | 15 | 52 | 32 | 3A |
| Octal | 243 | 312 | 140 | 23 | 0 | 64 | 25 | 122 | 62 | 72 |
| Binary | 10100011 | 11001010 | 1100000 | 10011 | 0 | 110100 | 10101 | 1010010 | 110010 | 111010 |
Color Harmonies of #A3CA60
Complementary color
Monochromatic Colors of #A3CA60
Black with #A3CA60
Text Example
Text Example
White with #A3CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA60; }
p { color: rgb(163,202,96); }
H1.HeaderClassName
{
color: #A3CA60;
}
.AnyTagClassName
{
color: #A3CA60;
}
</style>
background-color css
<style>
a { background-color: #A3CA60; }
a { background-color: rgb(163,202,96); }
div.DivClassName
{
background-color: #A3CA60;
}
.BgClassName
{
background-color: #A3CA60;
}
</style>
border-color css
<style>
span { border-color: #A3CA60; }
span { border-color: rgb(163,202,96); }
td.TdClassName
{
border-color: #A3CA60;
}
.TagClassName
{
border-color: #A3CA60;
}
</style>