Shades of Olivine #A3C266
Tints of Olivine #A3C266
RGB
CMYK
RGB Variations
Color information
#A3C266 (or 0xA3C266) is known color: Olivine. HEX triplet: A3, C2 and 66. RGB value is (163,194,102). Sum of RGB (Red+Green+Blue) = 163+194+102=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C266 is #5C3D99. Grayscale: #AEAEAE. Windows color (decimal): -6045082 or 6734499. OLE color: 6734499.
HSL color Cylindrical-coordinate representation of color #A3C266: hue angle of 80.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3C266 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 102 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.24 |
| HSL | 80.22º | 0.43% | 0.58% | - |
| HSV(B) | 80.22º | 0.47% | 0.76% | - |
| XYZ | 36.79 | 47.33 | 19.77 | - |
| YUV | 174.24 | 87.23 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 102 | 0.16 | 0 | 0.47 | 0.24 | 80.22 | 0.43 | 0.58 |
| Hex | A3 | C2 | 66 | 10 | 0 | 2F | 18 | 50 | 2B | 3A |
| Octal | 243 | 302 | 146 | 20 | 0 | 57 | 30 | 120 | 53 | 72 |
| Binary | 10100011 | 11000010 | 1100110 | 10000 | 0 | 101111 | 11000 | 1010000 | 101011 | 111010 |
Color Harmonies of #A3C266
Complementary color
Monochromatic Colors of #A3C266
Black with #A3C266
Text Example
Text Example
White with #A3C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C266; }
p { color: rgb(163,194,102); }
H1.HeaderClassName
{
color: #A3C266;
}
.AnyTagClassName
{
color: #A3C266;
}
</style>
background-color css
<style>
a { background-color: #A3C266; }
a { background-color: rgb(163,194,102); }
div.DivClassName
{
background-color: #A3C266;
}
.BgClassName
{
background-color: #A3C266;
}
</style>
border-color css
<style>
span { border-color: #A3C266; }
span { border-color: rgb(163,194,102); }
td.TdClassName
{
border-color: #A3C266;
}
.TagClassName
{
border-color: #A3C266;
}
</style>