Shades of Olivine #A3C978
Tints of Olivine #A3C978
RGB
CMYK
RGB Variations
Color information
#A3C978 (or 0xA3C978) is known color: Olivine. HEX triplet: A3, C9 and 78. RGB value is (163,201,120). Sum of RGB (Red+Green+Blue) = 163+201+120=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C978 is #5C3687. Grayscale: #B4B4B4. Windows color (decimal): -6043272 or 7915939. OLE color: 7915939.
HSL color Cylindrical-coordinate representation of color #A3C978: hue angle of 88.15º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3C978 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 120 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.21 |
| HSL | 88.15º | 0.43% | 0.63% | - |
| HSV(B) | 88.15º | 0.4% | 0.79% | - |
| XYZ | 39.38 | 50.92 | 25.52 | - |
| YUV | 180.4 | 93.91 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 120 | 0.19 | 0 | 0.40 | 0.21 | 88.15 | 0.43 | 0.63 |
| Hex | A3 | C9 | 78 | 13 | 0 | 28 | 15 | 58 | 2B | 3F |
| Octal | 243 | 311 | 170 | 23 | 0 | 50 | 25 | 130 | 53 | 77 |
| Binary | 10100011 | 11001001 | 1111000 | 10011 | 0 | 101000 | 10101 | 1011000 | 101011 | 111111 |
Color Harmonies of #A3C978
Complementary color
Monochromatic Colors of #A3C978
Black with #A3C978
Text Example
Text Example
White with #A3C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C978; }
p { color: rgb(163,201,120); }
H1.HeaderClassName
{
color: #A3C978;
}
.AnyTagClassName
{
color: #A3C978;
}
</style>
background-color css
<style>
a { background-color: #A3C978; }
a { background-color: rgb(163,201,120); }
div.DivClassName
{
background-color: #A3C978;
}
.BgClassName
{
background-color: #A3C978;
}
</style>
border-color css
<style>
span { border-color: #A3C978; }
span { border-color: rgb(163,201,120); }
td.TdClassName
{
border-color: #A3C978;
}
.TagClassName
{
border-color: #A3C978;
}
</style>