Shades of Olivine #A3C57F
Tints of Olivine #A3C57F
RGB
CMYK
RGB Variations
Color information
#A3C57F (or 0xA3C57F) is known color: Olivine. HEX triplet: A3, C5 and 7F. RGB value is (163,197,127). Sum of RGB (Red+Green+Blue) = 163+197+127=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C57F is #5C3A80. Grayscale: #B3B3B3. Windows color (decimal): -6044289 or 8373667. OLE color: 8373667.
HSL color Cylindrical-coordinate representation of color #A3C57F: hue angle of 89.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3C57F is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 127 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.23 |
| HSL | 89.14º | 0.38% | 0.64% | - |
| HSV(B) | 89.14º | 0.36% | 0.77% | - |
| XYZ | 38.9 | 49.25 | 27.53 | - |
| YUV | 178.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 127 | 0.17 | 0 | 0.36 | 0.23 | 89.14 | 0.38 | 0.64 |
| Hex | A3 | C5 | 7F | 11 | 0 | 24 | 17 | 59 | 26 | 40 |
| Octal | 243 | 305 | 177 | 21 | 0 | 44 | 27 | 131 | 46 | 100 |
| Binary | 10100011 | 11000101 | 1111111 | 10001 | 0 | 100100 | 10111 | 1011001 | 100110 | 1000000 |
Color Harmonies of #A3C57F
Complementary color
Monochromatic Colors of #A3C57F
Black with #A3C57F
Text Example
Text Example
White with #A3C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C57F; }
p { color: rgb(163,197,127); }
H1.HeaderClassName
{
color: #A3C57F;
}
.AnyTagClassName
{
color: #A3C57F;
}
</style>
background-color css
<style>
a { background-color: #A3C57F; }
a { background-color: rgb(163,197,127); }
div.DivClassName
{
background-color: #A3C57F;
}
.BgClassName
{
background-color: #A3C57F;
}
</style>
border-color css
<style>
span { border-color: #A3C57F; }
span { border-color: rgb(163,197,127); }
td.TdClassName
{
border-color: #A3C57F;
}
.TagClassName
{
border-color: #A3C57F;
}
</style>