Shades of Olivine #A2C77C
Tints of Olivine #A2C77C
RGB
CMYK
RGB Variations
Color information
#A2C77C (or 0xA2C77C) is known color: Olivine. HEX triplet: A2, C7 and 7C. RGB value is (162,199,124). Sum of RGB (Red+Green+Blue) = 162+199+124=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C77C is #5D3883. Grayscale: #B3B3B3. Windows color (decimal): -6109316 or 8177570. OLE color: 8177570.
HSL color Cylindrical-coordinate representation of color #A2C77C: hue angle of 89.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2C77C is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 199 | 124 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.22 |
| HSL | 89.6º | 0.4% | 0.63% | - |
| HSV(B) | 89.6º | 0.38% | 0.78% | - |
| XYZ | 38.96 | 49.98 | 26.66 | - |
| YUV | 179.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 199 | 124 | 0.19 | 0 | 0.38 | 0.22 | 89.6 | 0.4 | 0.63 |
| Hex | A2 | C7 | 7C | 13 | 0 | 26 | 16 | 5A | 28 | 3F |
| Octal | 242 | 307 | 174 | 23 | 0 | 46 | 26 | 132 | 50 | 77 |
| Binary | 10100010 | 11000111 | 1111100 | 10011 | 0 | 100110 | 10110 | 1011010 | 101000 | 111111 |
Color Harmonies of #A2C77C
Complementary color
Monochromatic Colors of #A2C77C
Black with #A2C77C
Text Example
Text Example
White with #A2C77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C77C; }
p { color: rgb(162,199,124); }
H1.HeaderClassName
{
color: #A2C77C;
}
.AnyTagClassName
{
color: #A2C77C;
}
</style>
background-color css
<style>
a { background-color: #A2C77C; }
a { background-color: rgb(162,199,124); }
div.DivClassName
{
background-color: #A2C77C;
}
.BgClassName
{
background-color: #A2C77C;
}
</style>
border-color css
<style>
span { border-color: #A2C77C; }
span { border-color: rgb(162,199,124); }
td.TdClassName
{
border-color: #A2C77C;
}
.TagClassName
{
border-color: #A2C77C;
}
</style>