Shades of Olivine #A3CE73
Tints of Olivine #A3CE73
RGB
CMYK
RGB Variations
Color information
#A3CE73 (or 0xA3CE73) is known color: Olivine. HEX triplet: A3, CE and 73. RGB value is (163,206,115). Sum of RGB (Red+Green+Blue) = 163+206+115=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CE73 is #5C318C. Grayscale: #B7B7B7. Windows color (decimal): -6041997 or 7589539. OLE color: 7589539.
HSL color Cylindrical-coordinate representation of color #A3CE73: hue angle of 88.35º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3CE73 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 115 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.19 |
| HSL | 88.35º | 0.48% | 0.63% | - |
| HSV(B) | 88.35º | 0.44% | 0.81% | - |
| XYZ | 40.27 | 53.17 | 24.36 | - |
| YUV | 182.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 115 | 0.21 | 0 | 0.44 | 0.19 | 88.35 | 0.48 | 0.63 |
| Hex | A3 | CE | 73 | 15 | 0 | 2C | 13 | 58 | 30 | 3F |
| Octal | 243 | 316 | 163 | 25 | 0 | 54 | 23 | 130 | 60 | 77 |
| Binary | 10100011 | 11001110 | 1110011 | 10101 | 0 | 101100 | 10011 | 1011000 | 110000 | 111111 |
Color Harmonies of #A3CE73
Complementary color
Monochromatic Colors of #A3CE73
Black with #A3CE73
Text Example
Text Example
White with #A3CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE73; }
p { color: rgb(163,206,115); }
H1.HeaderClassName
{
color: #A3CE73;
}
.AnyTagClassName
{
color: #A3CE73;
}
</style>
background-color css
<style>
a { background-color: #A3CE73; }
a { background-color: rgb(163,206,115); }
div.DivClassName
{
background-color: #A3CE73;
}
.BgClassName
{
background-color: #A3CE73;
}
</style>
border-color css
<style>
span { border-color: #A3CE73; }
span { border-color: rgb(163,206,115); }
td.TdClassName
{
border-color: #A3CE73;
}
.TagClassName
{
border-color: #A3CE73;
}
</style>