Shades of Olivine #A2C269
Tints of Olivine #A2C269
RGB
CMYK
RGB Variations
Color information
#A2C269 (or 0xA2C269) is known color: Olivine. HEX triplet: A2, C2 and 69. RGB value is (162,194,105). Sum of RGB (Red+Green+Blue) = 162+194+105=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C269 is #5D3D96. Grayscale: #AEAEAE. Windows color (decimal): -6110615 or 6931106. OLE color: 6931106.
HSL color Cylindrical-coordinate representation of color #A2C269: hue angle of 81.57º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2C269 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 105 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.24 |
| HSL | 81.57º | 0.42% | 0.59% | - |
| HSV(B) | 81.57º | 0.46% | 0.76% | - |
| XYZ | 36.74 | 47.28 | 20.55 | - |
| YUV | 174.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 105 | 0.16 | 0 | 0.46 | 0.24 | 81.57 | 0.42 | 0.59 |
| Hex | A2 | C2 | 69 | 10 | 0 | 2E | 18 | 52 | 2A | 3B |
| Octal | 242 | 302 | 151 | 20 | 0 | 56 | 30 | 122 | 52 | 73 |
| Binary | 10100010 | 11000010 | 1101001 | 10000 | 0 | 101110 | 11000 | 1010010 | 101010 | 111011 |
Color Harmonies of #A2C269
Complementary color
Monochromatic Colors of #A2C269
Black with #A2C269
Text Example
Text Example
White with #A2C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C269; }
p { color: rgb(162,194,105); }
H1.HeaderClassName
{
color: #A2C269;
}
.AnyTagClassName
{
color: #A2C269;
}
</style>
background-color css
<style>
a { background-color: #A2C269; }
a { background-color: rgb(162,194,105); }
div.DivClassName
{
background-color: #A2C269;
}
.BgClassName
{
background-color: #A2C269;
}
</style>
border-color css
<style>
span { border-color: #A2C269; }
span { border-color: rgb(162,194,105); }
td.TdClassName
{
border-color: #A2C269;
}
.TagClassName
{
border-color: #A2C269;
}
</style>