Shades of Olivine #A2CA65
Tints of Olivine #A2CA65
RGB
CMYK
RGB Variations
Color information
#A2CA65 (or 0xA2CA65) is known color: Olivine. HEX triplet: A2, CA and 65. RGB value is (162,202,101). Sum of RGB (Red+Green+Blue) = 162+202+101=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA65 is #5D359A. Grayscale: #B2B2B2. Windows color (decimal): -6108571 or 6671010. OLE color: 6671010.
HSL color Cylindrical-coordinate representation of color #A2CA65: hue angle of 83.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2CA65 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 101 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.21 |
| HSL | 83.76º | 0.49% | 0.59% | - |
| HSV(B) | 83.76º | 0.5% | 0.79% | - |
| XYZ | 38.37 | 50.86 | 20.11 | - |
| YUV | 178.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 101 | 0.20 | 0 | 0.50 | 0.21 | 83.76 | 0.49 | 0.59 |
| Hex | A2 | CA | 65 | 14 | 0 | 32 | 15 | 54 | 31 | 3B |
| Octal | 242 | 312 | 145 | 24 | 0 | 62 | 25 | 124 | 61 | 73 |
| Binary | 10100010 | 11001010 | 1100101 | 10100 | 0 | 110010 | 10101 | 1010100 | 110001 | 111011 |
Color Harmonies of #A2CA65
Complementary color
Monochromatic Colors of #A2CA65
Black with #A2CA65
Text Example
Text Example
White with #A2CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA65; }
p { color: rgb(162,202,101); }
H1.HeaderClassName
{
color: #A2CA65;
}
.AnyTagClassName
{
color: #A2CA65;
}
</style>
background-color css
<style>
a { background-color: #A2CA65; }
a { background-color: rgb(162,202,101); }
div.DivClassName
{
background-color: #A2CA65;
}
.BgClassName
{
background-color: #A2CA65;
}
</style>
border-color css
<style>
span { border-color: #A2CA65; }
span { border-color: rgb(162,202,101); }
td.TdClassName
{
border-color: #A2CA65;
}
.TagClassName
{
border-color: #A2CA65;
}
</style>