Shades of Olivine #A1CA73
Tints of Olivine #A1CA73
RGB
CMYK
RGB Variations
Color information
#A1CA73 (or 0xA1CA73) is known color: Olivine. HEX triplet: A1, CA and 73. RGB value is (161,202,115). Sum of RGB (Red+Green+Blue) = 161+202+115=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA73 is #5E358C. Grayscale: #B4B4B4. Windows color (decimal): -6174093 or 7588513. OLE color: 7588513.
HSL color Cylindrical-coordinate representation of color #A1CA73: hue angle of 88.28º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1CA73 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 115 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.21 |
| HSL | 88.28º | 0.45% | 0.62% | - |
| HSV(B) | 88.28º | 0.43% | 0.79% | - |
| XYZ | 38.91 | 51.06 | 24.02 | - |
| YUV | 179.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 115 | 0.20 | 0 | 0.43 | 0.21 | 88.28 | 0.45 | 0.62 |
| Hex | A1 | CA | 73 | 14 | 0 | 2B | 15 | 58 | 2D | 3E |
| Octal | 241 | 312 | 163 | 24 | 0 | 53 | 25 | 130 | 55 | 76 |
| Binary | 10100001 | 11001010 | 1110011 | 10100 | 0 | 101011 | 10101 | 1011000 | 101101 | 111110 |
Color Harmonies of #A1CA73
Complementary color
Monochromatic Colors of #A1CA73
Black with #A1CA73
Text Example
Text Example
White with #A1CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA73; }
p { color: rgb(161,202,115); }
H1.HeaderClassName
{
color: #A1CA73;
}
.AnyTagClassName
{
color: #A1CA73;
}
</style>
background-color css
<style>
a { background-color: #A1CA73; }
a { background-color: rgb(161,202,115); }
div.DivClassName
{
background-color: #A1CA73;
}
.BgClassName
{
background-color: #A1CA73;
}
</style>
border-color css
<style>
span { border-color: #A1CA73; }
span { border-color: rgb(161,202,115); }
td.TdClassName
{
border-color: #A1CA73;
}
.TagClassName
{
border-color: #A1CA73;
}
</style>