Shades of Olivine #A2C27F
Tints of Olivine #A2C27F
RGB
CMYK
RGB Variations
Color information
#A2C27F (or 0xA2C27F) is known color: Olivine. HEX triplet: A2, C2 and 7F. RGB value is (162,194,127). Sum of RGB (Red+Green+Blue) = 162+194+127=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C27F is #5D3D80. Grayscale: #B1B1B1. Windows color (decimal): -6110593 or 8372898. OLE color: 8372898.
HSL color Cylindrical-coordinate representation of color #A2C27F: hue angle of 88.66º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C27F is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 127 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.24 |
| HSL | 88.66º | 0.35% | 0.63% | - |
| HSV(B) | 88.66º | 0.35% | 0.76% | - |
| XYZ | 38.02 | 47.8 | 27.3 | - |
| YUV | 176.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 127 | 0.16 | 0 | 0.35 | 0.24 | 88.66 | 0.35 | 0.63 |
| Hex | A2 | C2 | 7F | 10 | 0 | 23 | 18 | 59 | 23 | 3F |
| Octal | 242 | 302 | 177 | 20 | 0 | 43 | 30 | 131 | 43 | 77 |
| Binary | 10100010 | 11000010 | 1111111 | 10000 | 0 | 100011 | 11000 | 1011001 | 100011 | 111111 |
Color Harmonies of #A2C27F
Complementary color
Monochromatic Colors of #A2C27F
Black with #A2C27F
Text Example
Text Example
White with #A2C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C27F; }
p { color: rgb(162,194,127); }
H1.HeaderClassName
{
color: #A2C27F;
}
.AnyTagClassName
{
color: #A2C27F;
}
</style>
background-color css
<style>
a { background-color: #A2C27F; }
a { background-color: rgb(162,194,127); }
div.DivClassName
{
background-color: #A2C27F;
}
.BgClassName
{
background-color: #A2C27F;
}
</style>
border-color css
<style>
span { border-color: #A2C27F; }
span { border-color: rgb(162,194,127); }
td.TdClassName
{
border-color: #A2C27F;
}
.TagClassName
{
border-color: #A2C27F;
}
</style>