Shades of Olivine #A1C27A
Tints of Olivine #A1C27A
RGB
CMYK
RGB Variations
Color information
#A1C27A (or 0xA1C27A) is known color: Olivine. HEX triplet: A1, C2 and 7A. RGB value is (161,194,122). Sum of RGB (Red+Green+Blue) = 161+194+122=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C27A is #5E3D85. Grayscale: #B0B0B0. Windows color (decimal): -6176134 or 8045217. OLE color: 8045217.
HSL color Cylindrical-coordinate representation of color #A1C27A: hue angle of 87.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1C27A is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 122 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.24 |
| HSL | 87.5º | 0.37% | 0.62% | - |
| HSV(B) | 87.5º | 0.37% | 0.76% | - |
| XYZ | 37.5 | 47.57 | 25.62 | - |
| YUV | 175.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 122 | 0.17 | 0 | 0.37 | 0.24 | 87.5 | 0.37 | 0.62 |
| Hex | A1 | C2 | 7A | 11 | 0 | 25 | 18 | 57 | 25 | 3E |
| Octal | 241 | 302 | 172 | 21 | 0 | 45 | 30 | 127 | 45 | 76 |
| Binary | 10100001 | 11000010 | 1111010 | 10001 | 0 | 100101 | 11000 | 1010111 | 100101 | 111110 |
Color Harmonies of #A1C27A
Complementary color
Monochromatic Colors of #A1C27A
Black with #A1C27A
Text Example
Text Example
White with #A1C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C27A; }
p { color: rgb(161,194,122); }
H1.HeaderClassName
{
color: #A1C27A;
}
.AnyTagClassName
{
color: #A1C27A;
}
</style>
background-color css
<style>
a { background-color: #A1C27A; }
a { background-color: rgb(161,194,122); }
div.DivClassName
{
background-color: #A1C27A;
}
.BgClassName
{
background-color: #A1C27A;
}
</style>
border-color css
<style>
span { border-color: #A1C27A; }
span { border-color: rgb(161,194,122); }
td.TdClassName
{
border-color: #A1C27A;
}
.TagClassName
{
border-color: #A1C27A;
}
</style>