Shades of Olivine #A3CA66
Tints of Olivine #A3CA66
RGB
CMYK
RGB Variations
Color information
#A3CA66 (or 0xA3CA66) is known color: Olivine. HEX triplet: A3, CA and 66. RGB value is (163,202,102). Sum of RGB (Red+Green+Blue) = 163+202+102=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA66 is #5C3599. Grayscale: #B3B3B3. Windows color (decimal): -6043034 or 6736547. OLE color: 6736547.
HSL color Cylindrical-coordinate representation of color #A3CA66: hue angle of 83.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3CA66 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 102 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.21 |
| HSL | 83.4º | 0.49% | 0.6% | - |
| HSV(B) | 83.4º | 0.5% | 0.79% | - |
| XYZ | 38.62 | 50.99 | 20.38 | - |
| YUV | 178.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 102 | 0.19 | 0 | 0.50 | 0.21 | 83.4 | 0.49 | 0.6 |
| Hex | A3 | CA | 66 | 13 | 0 | 32 | 15 | 53 | 31 | 3C |
| Octal | 243 | 312 | 146 | 23 | 0 | 62 | 25 | 123 | 61 | 74 |
| Binary | 10100011 | 11001010 | 1100110 | 10011 | 0 | 110010 | 10101 | 1010011 | 110001 | 111100 |
Color Harmonies of #A3CA66
Complementary color
Monochromatic Colors of #A3CA66
Black with #A3CA66
Text Example
Text Example
White with #A3CA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA66; }
p { color: rgb(163,202,102); }
H1.HeaderClassName
{
color: #A3CA66;
}
.AnyTagClassName
{
color: #A3CA66;
}
</style>
background-color css
<style>
a { background-color: #A3CA66; }
a { background-color: rgb(163,202,102); }
div.DivClassName
{
background-color: #A3CA66;
}
.BgClassName
{
background-color: #A3CA66;
}
</style>
border-color css
<style>
span { border-color: #A3CA66; }
span { border-color: rgb(163,202,102); }
td.TdClassName
{
border-color: #A3CA66;
}
.TagClassName
{
border-color: #A3CA66;
}
</style>