Shades of Olivine #A4C15F
Tints of Olivine #A4C15F
RGB
CMYK
RGB Variations
Color information
#A4C15F (or 0xA4C15F) is known color: Olivine. HEX triplet: A4, C1 and 5F. RGB value is (164,193,95). Sum of RGB (Red+Green+Blue) = 164+193+95=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C15F is #5B3EA0. Grayscale: #ADADAD. Windows color (decimal): -5979809 or 6275492. OLE color: 6275492.
HSL color Cylindrical-coordinate representation of color #A4C15F: hue angle of 77.76º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4C15F is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 95 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.24 |
| HSL | 77.76º | 0.44% | 0.56% | - |
| HSV(B) | 77.76º | 0.51% | 0.76% | - |
| XYZ | 36.45 | 46.86 | 17.95 | - |
| YUV | 173.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 95 | 0.15 | 0 | 0.51 | 0.24 | 77.76 | 0.44 | 0.56 |
| Hex | A4 | C1 | 5F | F | 0 | 33 | 18 | 4E | 2C | 38 |
| Octal | 244 | 301 | 137 | 17 | 0 | 63 | 30 | 116 | 54 | 70 |
| Binary | 10100100 | 11000001 | 1011111 | 1111 | 0 | 110011 | 11000 | 1001110 | 101100 | 111000 |
Color Harmonies of #A4C15F
Complementary color
Monochromatic Colors of #A4C15F
Black with #A4C15F
Text Example
Text Example
White with #A4C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C15F; }
p { color: rgb(164,193,95); }
H1.HeaderClassName
{
color: #A4C15F;
}
.AnyTagClassName
{
color: #A4C15F;
}
</style>
background-color css
<style>
a { background-color: #A4C15F; }
a { background-color: rgb(164,193,95); }
div.DivClassName
{
background-color: #A4C15F;
}
.BgClassName
{
background-color: #A4C15F;
}
</style>
border-color css
<style>
span { border-color: #A4C15F; }
span { border-color: rgb(164,193,95); }
td.TdClassName
{
border-color: #A4C15F;
}
.TagClassName
{
border-color: #A4C15F;
}
</style>