Shades of Olivine #A4C17A
Tints of Olivine #A4C17A
RGB
CMYK
RGB Variations
Color information
#A4C17A (or 0xA4C17A) is known color: Olivine. HEX triplet: A4, C1 and 7A. RGB value is (164,193,122). Sum of RGB (Red+Green+Blue) = 164+193+122=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C17A is #5B3E85. Grayscale: #B0B0B0. Windows color (decimal): -5979782 or 8044964. OLE color: 8044964.
HSL color Cylindrical-coordinate representation of color #A4C17A: hue angle of 84.51º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4C17A is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 122 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.24 |
| HSL | 84.51º | 0.36% | 0.62% | - |
| HSV(B) | 84.51º | 0.37% | 0.76% | - |
| XYZ | 37.89 | 47.44 | 25.57 | - |
| YUV | 176.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 122 | 0.15 | 0 | 0.37 | 0.24 | 84.51 | 0.36 | 0.62 |
| Hex | A4 | C1 | 7A | F | 0 | 25 | 18 | 55 | 24 | 3E |
| Octal | 244 | 301 | 172 | 17 | 0 | 45 | 30 | 125 | 44 | 76 |
| Binary | 10100100 | 11000001 | 1111010 | 1111 | 0 | 100101 | 11000 | 1010101 | 100100 | 111110 |
Color Harmonies of #A4C17A
Complementary color
Monochromatic Colors of #A4C17A
Black with #A4C17A
Text Example
Text Example
White with #A4C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C17A; }
p { color: rgb(164,193,122); }
H1.HeaderClassName
{
color: #A4C17A;
}
.AnyTagClassName
{
color: #A4C17A;
}
</style>
background-color css
<style>
a { background-color: #A4C17A; }
a { background-color: rgb(164,193,122); }
div.DivClassName
{
background-color: #A4C17A;
}
.BgClassName
{
background-color: #A4C17A;
}
</style>
border-color css
<style>
span { border-color: #A4C17A; }
span { border-color: rgb(164,193,122); }
td.TdClassName
{
border-color: #A4C17A;
}
.TagClassName
{
border-color: #A4C17A;
}
</style>