Shades of Olivine #A3C26C
Tints of Olivine #A3C26C
RGB
CMYK
RGB Variations
Color information
#A3C26C (or 0xA3C26C) is known color: Olivine. HEX triplet: A3, C2 and 6C. RGB value is (163,194,108). Sum of RGB (Red+Green+Blue) = 163+194+108=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C26C is #5C3D93. Grayscale: #AFAFAF. Windows color (decimal): -6045076 or 7127715. OLE color: 7127715.
HSL color Cylindrical-coordinate representation of color #A3C26C: hue angle of 81.63º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3C26C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 108 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.24 |
| HSL | 81.63º | 0.41% | 0.59% | - |
| HSV(B) | 81.63º | 0.44% | 0.76% | - |
| XYZ | 37.1 | 47.45 | 21.39 | - |
| YUV | 174.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 108 | 0.16 | 0 | 0.44 | 0.24 | 81.63 | 0.41 | 0.59 |
| Hex | A3 | C2 | 6C | 10 | 0 | 2C | 18 | 52 | 29 | 3B |
| Octal | 243 | 302 | 154 | 20 | 0 | 54 | 30 | 122 | 51 | 73 |
| Binary | 10100011 | 11000010 | 1101100 | 10000 | 0 | 101100 | 11000 | 1010010 | 101001 | 111011 |
Color Harmonies of #A3C26C
Complementary color
Monochromatic Colors of #A3C26C
Black with #A3C26C
Text Example
Text Example
White with #A3C26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C26C; }
p { color: rgb(163,194,108); }
H1.HeaderClassName
{
color: #A3C26C;
}
.AnyTagClassName
{
color: #A3C26C;
}
</style>
background-color css
<style>
a { background-color: #A3C26C; }
a { background-color: rgb(163,194,108); }
div.DivClassName
{
background-color: #A3C26C;
}
.BgClassName
{
background-color: #A3C26C;
}
</style>
border-color css
<style>
span { border-color: #A3C26C; }
span { border-color: rgb(163,194,108); }
td.TdClassName
{
border-color: #A3C26C;
}
.TagClassName
{
border-color: #A3C26C;
}
</style>