Shades of Olivine #A4C370
Tints of Olivine #A4C370
RGB
CMYK
RGB Variations
Color information
#A4C370 (or 0xA4C370) is known color: Olivine. HEX triplet: A4, C3 and 70. RGB value is (164,195,112). Sum of RGB (Red+Green+Blue) = 164+195+112=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C370 is #5B3C8F. Grayscale: #B0B0B0. Windows color (decimal): -5979280 or 7390116. OLE color: 7390116.
HSL color Cylindrical-coordinate representation of color #A4C370: hue angle of 82.41º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4C370 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 195 | 112 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.24 |
| HSL | 82.41º | 0.41% | 0.6% | - |
| HSV(B) | 82.41º | 0.43% | 0.76% | - |
| XYZ | 37.75 | 48.09 | 22.62 | - |
| YUV | 176.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 195 | 112 | 0.16 | 0 | 0.43 | 0.24 | 82.41 | 0.41 | 0.6 |
| Hex | A4 | C3 | 70 | 10 | 0 | 2B | 18 | 52 | 29 | 3C |
| Octal | 244 | 303 | 160 | 20 | 0 | 53 | 30 | 122 | 51 | 74 |
| Binary | 10100100 | 11000011 | 1110000 | 10000 | 0 | 101011 | 11000 | 1010010 | 101001 | 111100 |
Color Harmonies of #A4C370
Complementary color
Monochromatic Colors of #A4C370
Black with #A4C370
Text Example
Text Example
White with #A4C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C370; }
p { color: rgb(164,195,112); }
H1.HeaderClassName
{
color: #A4C370;
}
.AnyTagClassName
{
color: #A4C370;
}
</style>
background-color css
<style>
a { background-color: #A4C370; }
a { background-color: rgb(164,195,112); }
div.DivClassName
{
background-color: #A4C370;
}
.BgClassName
{
background-color: #A4C370;
}
</style>
border-color css
<style>
span { border-color: #A4C370; }
span { border-color: rgb(164,195,112); }
td.TdClassName
{
border-color: #A4C370;
}
.TagClassName
{
border-color: #A4C370;
}
</style>