Shades of Olivine #A3C270
Tints of Olivine #A3C270
RGB
CMYK
RGB Variations
Color information
#A3C270 (or 0xA3C270) is known color: Olivine. HEX triplet: A3, C2 and 70. RGB value is (163,194,112). Sum of RGB (Red+Green+Blue) = 163+194+112=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C270 is #5C3D8F. Grayscale: #AFAFAF. Windows color (decimal): -6045072 or 7389859. OLE color: 7389859.
HSL color Cylindrical-coordinate representation of color #A3C270: hue angle of 82.68º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3C270 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 112 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.24 |
| HSL | 82.68º | 0.4% | 0.6% | - |
| HSV(B) | 82.68º | 0.42% | 0.76% | - |
| XYZ | 37.32 | 47.54 | 22.54 | - |
| YUV | 175.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 112 | 0.16 | 0 | 0.42 | 0.24 | 82.68 | 0.4 | 0.6 |
| Hex | A3 | C2 | 70 | 10 | 0 | 2A | 18 | 53 | 28 | 3C |
| Octal | 243 | 302 | 160 | 20 | 0 | 52 | 30 | 123 | 50 | 74 |
| Binary | 10100011 | 11000010 | 1110000 | 10000 | 0 | 101010 | 11000 | 1010011 | 101000 | 111100 |
Color Harmonies of #A3C270
Complementary color
Monochromatic Colors of #A3C270
Black with #A3C270
Text Example
Text Example
White with #A3C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C270; }
p { color: rgb(163,194,112); }
H1.HeaderClassName
{
color: #A3C270;
}
.AnyTagClassName
{
color: #A3C270;
}
</style>
background-color css
<style>
a { background-color: #A3C270; }
a { background-color: rgb(163,194,112); }
div.DivClassName
{
background-color: #A3C270;
}
.BgClassName
{
background-color: #A3C270;
}
</style>
border-color css
<style>
span { border-color: #A3C270; }
span { border-color: rgb(163,194,112); }
td.TdClassName
{
border-color: #A3C270;
}
.TagClassName
{
border-color: #A3C270;
}
</style>