Shades of Olivine #A1CA65
Tints of Olivine #A1CA65
RGB
CMYK
RGB Variations
Color information
#A1CA65 (or 0xA1CA65) is known color: Olivine. HEX triplet: A1, CA and 65. RGB value is (161,202,101). Sum of RGB (Red+Green+Blue) = 161+202+101=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA65 is #5E359A. Grayscale: #B2B2B2. Windows color (decimal): -6174107 or 6671009. OLE color: 6671009.
HSL color Cylindrical-coordinate representation of color #A1CA65: hue angle of 84.36º 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 #A1CA65 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 101 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.21 |
| HSL | 84.36º | 0.49% | 0.59% | - |
| HSV(B) | 84.36º | 0.5% | 0.79% | - |
| XYZ | 38.17 | 50.76 | 20.1 | - |
| YUV | 178.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 101 | 0.20 | 0 | 0.50 | 0.21 | 84.36 | 0.49 | 0.59 |
| Hex | A1 | CA | 65 | 14 | 0 | 32 | 15 | 54 | 31 | 3B |
| Octal | 241 | 312 | 145 | 24 | 0 | 62 | 25 | 124 | 61 | 73 |
| Binary | 10100001 | 11001010 | 1100101 | 10100 | 0 | 110010 | 10101 | 1010100 | 110001 | 111011 |
Color Harmonies of #A1CA65
Complementary color
Monochromatic Colors of #A1CA65
Black with #A1CA65
Text Example
Text Example
White with #A1CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA65; }
p { color: rgb(161,202,101); }
H1.HeaderClassName
{
color: #A1CA65;
}
.AnyTagClassName
{
color: #A1CA65;
}
</style>
background-color css
<style>
a { background-color: #A1CA65; }
a { background-color: rgb(161,202,101); }
div.DivClassName
{
background-color: #A1CA65;
}
.BgClassName
{
background-color: #A1CA65;
}
</style>
border-color css
<style>
span { border-color: #A1CA65; }
span { border-color: rgb(161,202,101); }
td.TdClassName
{
border-color: #A1CA65;
}
.TagClassName
{
border-color: #A1CA65;
}
</style>