Shades of Olivine #A3C274
Tints of Olivine #A3C274
RGB
CMYK
RGB Variations
Color information
#A3C274 (or 0xA3C274) is known color: Olivine. HEX triplet: A3, C2 and 74. RGB value is (163,194,116). Sum of RGB (Red+Green+Blue) = 163+194+116=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C274 is #5C3D8B. Grayscale: #B0B0B0. Windows color (decimal): -6045068 or 7652003. OLE color: 7652003.
HSL color Cylindrical-coordinate representation of color #A3C274: hue angle of 83.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3C274 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 116 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.24 |
| HSL | 83.85º | 0.39% | 0.61% | - |
| HSV(B) | 83.85º | 0.4% | 0.76% | - |
| XYZ | 37.55 | 47.63 | 23.74 | - |
| YUV | 175.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 116 | 0.16 | 0 | 0.40 | 0.24 | 83.85 | 0.39 | 0.61 |
| Hex | A3 | C2 | 74 | 10 | 0 | 28 | 18 | 54 | 27 | 3D |
| Octal | 243 | 302 | 164 | 20 | 0 | 50 | 30 | 124 | 47 | 75 |
| Binary | 10100011 | 11000010 | 1110100 | 10000 | 0 | 101000 | 11000 | 1010100 | 100111 | 111101 |
Color Harmonies of #A3C274
Complementary color
Monochromatic Colors of #A3C274
Black with #A3C274
Text Example
Text Example
White with #A3C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C274; }
p { color: rgb(163,194,116); }
H1.HeaderClassName
{
color: #A3C274;
}
.AnyTagClassName
{
color: #A3C274;
}
</style>
background-color css
<style>
a { background-color: #A3C274; }
a { background-color: rgb(163,194,116); }
div.DivClassName
{
background-color: #A3C274;
}
.BgClassName
{
background-color: #A3C274;
}
</style>
border-color css
<style>
span { border-color: #A3C274; }
span { border-color: rgb(163,194,116); }
td.TdClassName
{
border-color: #A3C274;
}
.TagClassName
{
border-color: #A3C274;
}
</style>