Shades of Olivine #A2C27B
Tints of Olivine #A2C27B
RGB
CMYK
RGB Variations
Color information
#A2C27B (or 0xA2C27B) is known color: Olivine. HEX triplet: A2, C2 and 7B. RGB value is (162,194,123). Sum of RGB (Red+Green+Blue) = 162+194+123=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C27B is #5D3D84. Grayscale: #B0B0B0. Windows color (decimal): -6110597 or 8110754. OLE color: 8110754.
HSL color Cylindrical-coordinate representation of color #A2C27B: hue angle of 87.04º 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 #A2C27B is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 123 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.24 |
| HSL | 87.04º | 0.37% | 0.62% | - |
| HSV(B) | 87.04º | 0.37% | 0.76% | - |
| XYZ | 37.77 | 47.7 | 25.95 | - |
| YUV | 176.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 123 | 0.16 | 0 | 0.37 | 0.24 | 87.04 | 0.37 | 0.62 |
| Hex | A2 | C2 | 7B | 10 | 0 | 25 | 18 | 57 | 25 | 3E |
| Octal | 242 | 302 | 173 | 20 | 0 | 45 | 30 | 127 | 45 | 76 |
| Binary | 10100010 | 11000010 | 1111011 | 10000 | 0 | 100101 | 11000 | 1010111 | 100101 | 111110 |
Color Harmonies of #A2C27B
Complementary color
Monochromatic Colors of #A2C27B
Black with #A2C27B
Text Example
Text Example
White with #A2C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C27B; }
p { color: rgb(162,194,123); }
H1.HeaderClassName
{
color: #A2C27B;
}
.AnyTagClassName
{
color: #A2C27B;
}
</style>
background-color css
<style>
a { background-color: #A2C27B; }
a { background-color: rgb(162,194,123); }
div.DivClassName
{
background-color: #A2C27B;
}
.BgClassName
{
background-color: #A2C27B;
}
</style>
border-color css
<style>
span { border-color: #A2C27B; }
span { border-color: rgb(162,194,123); }
td.TdClassName
{
border-color: #A2C27B;
}
.TagClassName
{
border-color: #A2C27B;
}
</style>