Shades of Olivine #A3C272
Tints of Olivine #A3C272
RGB
CMYK
RGB Variations
Color information
#A3C272 (or 0xA3C272) is known color: Olivine. HEX triplet: A3, C2 and 72. RGB value is (163,194,114). Sum of RGB (Red+Green+Blue) = 163+194+114=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C272 is #5C3D8D. Grayscale: #AFAFAF. Windows color (decimal): -6045070 or 7520931. OLE color: 7520931.
HSL color Cylindrical-coordinate representation of color #A3C272: hue angle of 83.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3C272 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 114 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.24 |
| HSL | 83.25º | 0.4% | 0.6% | - |
| HSV(B) | 83.25º | 0.41% | 0.76% | - |
| XYZ | 37.43 | 47.59 | 23.13 | - |
| YUV | 175.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 114 | 0.16 | 0 | 0.41 | 0.24 | 83.25 | 0.4 | 0.6 |
| Hex | A3 | C2 | 72 | 10 | 0 | 29 | 18 | 53 | 28 | 3C |
| Octal | 243 | 302 | 162 | 20 | 0 | 51 | 30 | 123 | 50 | 74 |
| Binary | 10100011 | 11000010 | 1110010 | 10000 | 0 | 101001 | 11000 | 1010011 | 101000 | 111100 |
Color Harmonies of #A3C272
Complementary color
Monochromatic Colors of #A3C272
Black with #A3C272
Text Example
Text Example
White with #A3C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C272; }
p { color: rgb(163,194,114); }
H1.HeaderClassName
{
color: #A3C272;
}
.AnyTagClassName
{
color: #A3C272;
}
</style>
background-color css
<style>
a { background-color: #A3C272; }
a { background-color: rgb(163,194,114); }
div.DivClassName
{
background-color: #A3C272;
}
.BgClassName
{
background-color: #A3C272;
}
</style>
border-color css
<style>
span { border-color: #A3C272; }
span { border-color: rgb(163,194,114); }
td.TdClassName
{
border-color: #A3C272;
}
.TagClassName
{
border-color: #A3C272;
}
</style>