Shades of Olivine #A2C25B
Tints of Olivine #A2C25B
RGB
CMYK
RGB Variations
Color information
#A2C25B (or 0xA2C25B) is known color: Olivine. HEX triplet: A2, C2 and 5B. RGB value is (162,194,91). Sum of RGB (Red+Green+Blue) = 162+194+91=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C25B is #5D3DA4. Grayscale: #ADADAD. Windows color (decimal): -6110629 or 6013602. OLE color: 6013602.
HSL color Cylindrical-coordinate representation of color #A2C25B: hue angle of 78.64º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2C25B is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 91 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.24 |
| HSL | 78.64º | 0.46% | 0.56% | - |
| HSV(B) | 78.64º | 0.53% | 0.76% | - |
| XYZ | 36.08 | 47.02 | 17.07 | - |
| YUV | 172.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 91 | 0.16 | 0 | 0.53 | 0.24 | 78.64 | 0.46 | 0.56 |
| Hex | A2 | C2 | 5B | 10 | 0 | 35 | 18 | 4F | 2E | 38 |
| Octal | 242 | 302 | 133 | 20 | 0 | 65 | 30 | 117 | 56 | 70 |
| Binary | 10100010 | 11000010 | 1011011 | 10000 | 0 | 110101 | 11000 | 1001111 | 101110 | 111000 |
Color Harmonies of #A2C25B
Complementary color
Monochromatic Colors of #A2C25B
Black with #A2C25B
Text Example
Text Example
White with #A2C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C25B; }
p { color: rgb(162,194,91); }
H1.HeaderClassName
{
color: #A2C25B;
}
.AnyTagClassName
{
color: #A2C25B;
}
</style>
background-color css
<style>
a { background-color: #A2C25B; }
a { background-color: rgb(162,194,91); }
div.DivClassName
{
background-color: #A2C25B;
}
.BgClassName
{
background-color: #A2C25B;
}
</style>
border-color css
<style>
span { border-color: #A2C25B; }
span { border-color: rgb(162,194,91); }
td.TdClassName
{
border-color: #A2C25B;
}
.TagClassName
{
border-color: #A2C25B;
}
</style>