Shades of Olivine #A2C26F
Tints of Olivine #A2C26F
RGB
CMYK
RGB Variations
Color information
#A2C26F (or 0xA2C26F) is known color: Olivine. HEX triplet: A2, C2 and 6F. RGB value is (162,194,111). Sum of RGB (Red+Green+Blue) = 162+194+111=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C26F is #5D3D90. Grayscale: #AFAFAF. Windows color (decimal): -6110609 or 7324322. OLE color: 7324322.
HSL color Cylindrical-coordinate representation of color #A2C26F: hue angle of 83.13º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2C26F is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 111 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.24 |
| HSL | 83.13º | 0.4% | 0.6% | - |
| HSV(B) | 83.13º | 0.43% | 0.76% | - |
| XYZ | 37.06 | 47.41 | 22.24 | - |
| YUV | 174.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 111 | 0.16 | 0 | 0.43 | 0.24 | 83.13 | 0.4 | 0.6 |
| Hex | A2 | C2 | 6F | 10 | 0 | 2B | 18 | 53 | 28 | 3C |
| Octal | 242 | 302 | 157 | 20 | 0 | 53 | 30 | 123 | 50 | 74 |
| Binary | 10100010 | 11000010 | 1101111 | 10000 | 0 | 101011 | 11000 | 1010011 | 101000 | 111100 |
Color Harmonies of #A2C26F
Complementary color
Monochromatic Colors of #A2C26F
Black with #A2C26F
Text Example
Text Example
White with #A2C26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C26F; }
p { color: rgb(162,194,111); }
H1.HeaderClassName
{
color: #A2C26F;
}
.AnyTagClassName
{
color: #A2C26F;
}
</style>
background-color css
<style>
a { background-color: #A2C26F; }
a { background-color: rgb(162,194,111); }
div.DivClassName
{
background-color: #A2C26F;
}
.BgClassName
{
background-color: #A2C26F;
}
</style>
border-color css
<style>
span { border-color: #A2C26F; }
span { border-color: rgb(162,194,111); }
td.TdClassName
{
border-color: #A2C26F;
}
.TagClassName
{
border-color: #A2C26F;
}
</style>