Shades of Olivine #A3C25F
Tints of Olivine #A3C25F
RGB
CMYK
RGB Variations
Color information
#A3C25F (or 0xA3C25F) is known color: Olivine. HEX triplet: A3, C2 and 5F. RGB value is (163,194,95). Sum of RGB (Red+Green+Blue) = 163+194+95=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C25F is #5C3DA0. Grayscale: #ADADAD. Windows color (decimal): -6045089 or 6275747. OLE color: 6275747.
HSL color Cylindrical-coordinate representation of color #A3C25F: hue angle of 78.79º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3C25F is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 95 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.24 |
| HSL | 78.79º | 0.45% | 0.57% | - |
| HSV(B) | 78.79º | 0.51% | 0.76% | - |
| XYZ | 36.46 | 47.2 | 18.01 | - |
| YUV | 173.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 95 | 0.16 | 0 | 0.51 | 0.24 | 78.79 | 0.45 | 0.57 |
| Hex | A3 | C2 | 5F | 10 | 0 | 33 | 18 | 4F | 2D | 39 |
| Octal | 243 | 302 | 137 | 20 | 0 | 63 | 30 | 117 | 55 | 71 |
| Binary | 10100011 | 11000010 | 1011111 | 10000 | 0 | 110011 | 11000 | 1001111 | 101101 | 111001 |
Color Harmonies of #A3C25F
Complementary color
Monochromatic Colors of #A3C25F
Black with #A3C25F
Text Example
Text Example
White with #A3C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C25F; }
p { color: rgb(163,194,95); }
H1.HeaderClassName
{
color: #A3C25F;
}
.AnyTagClassName
{
color: #A3C25F;
}
</style>
background-color css
<style>
a { background-color: #A3C25F; }
a { background-color: rgb(163,194,95); }
div.DivClassName
{
background-color: #A3C25F;
}
.BgClassName
{
background-color: #A3C25F;
}
</style>
border-color css
<style>
span { border-color: #A3C25F; }
span { border-color: rgb(163,194,95); }
td.TdClassName
{
border-color: #A3C25F;
}
.TagClassName
{
border-color: #A3C25F;
}
</style>