Shades of Olivine #A1CA79
Tints of Olivine #A1CA79
RGB
CMYK
RGB Variations
Color information
#A1CA79 (or 0xA1CA79) is known color: Olivine. HEX triplet: A1, CA and 79. RGB value is (161,202,121). Sum of RGB (Red+Green+Blue) = 161+202+121=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA79 is #5E3586. Grayscale: #B4B4B4. Windows color (decimal): -6174087 or 7981729. OLE color: 7981729.
HSL color Cylindrical-coordinate representation of color #A1CA79: hue angle of 90.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1CA79 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 121 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.21 |
| HSL | 90.37º | 0.43% | 0.63% | - |
| HSV(B) | 90.37º | 0.4% | 0.79% | - |
| XYZ | 39.27 | 51.2 | 25.9 | - |
| YUV | 180.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 121 | 0.20 | 0 | 0.40 | 0.21 | 90.37 | 0.43 | 0.63 |
| Hex | A1 | CA | 79 | 14 | 0 | 28 | 15 | 5A | 2B | 3F |
| Octal | 241 | 312 | 171 | 24 | 0 | 50 | 25 | 132 | 53 | 77 |
| Binary | 10100001 | 11001010 | 1111001 | 10100 | 0 | 101000 | 10101 | 1011010 | 101011 | 111111 |
Color Harmonies of #A1CA79
Complementary color
Monochromatic Colors of #A1CA79
Black with #A1CA79
Text Example
Text Example
White with #A1CA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA79; }
p { color: rgb(161,202,121); }
H1.HeaderClassName
{
color: #A1CA79;
}
.AnyTagClassName
{
color: #A1CA79;
}
</style>
background-color css
<style>
a { background-color: #A1CA79; }
a { background-color: rgb(161,202,121); }
div.DivClassName
{
background-color: #A1CA79;
}
.BgClassName
{
background-color: #A1CA79;
}
</style>
border-color css
<style>
span { border-color: #A1CA79; }
span { border-color: rgb(161,202,121); }
td.TdClassName
{
border-color: #A1CA79;
}
.TagClassName
{
border-color: #A1CA79;
}
</style>