Shades of Olivine #A3CC63
Tints of Olivine #A3CC63
RGB
CMYK
RGB Variations
Color information
#A3CC63 (or 0xA3CC63) is known color: Olivine. HEX triplet: A3, CC and 63. RGB value is (163,204,99). Sum of RGB (Red+Green+Blue) = 163+204+99=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CC63 is #5C339C. Grayscale: #B4B4B4. Windows color (decimal): -6042525 or 6540451. OLE color: 6540451.
HSL color Cylindrical-coordinate representation of color #A3CC63: hue angle of 83.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3CC63 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 99 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.2 |
| HSL | 83.43º | 0.51% | 0.59% | - |
| HSV(B) | 83.43º | 0.51% | 0.8% | - |
| XYZ | 38.95 | 51.87 | 19.76 | - |
| YUV | 179.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 99 | 0.20 | 0 | 0.51 | 0.2 | 83.43 | 0.51 | 0.59 |
| Hex | A3 | CC | 63 | 14 | 0 | 33 | 14 | 53 | 33 | 3B |
| Octal | 243 | 314 | 143 | 24 | 0 | 63 | 24 | 123 | 63 | 73 |
| Binary | 10100011 | 11001100 | 1100011 | 10100 | 0 | 110011 | 10100 | 1010011 | 110011 | 111011 |
Color Harmonies of #A3CC63
Complementary color
Monochromatic Colors of #A3CC63
Black with #A3CC63
Text Example
Text Example
White with #A3CC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CC63; }
p { color: rgb(163,204,99); }
H1.HeaderClassName
{
color: #A3CC63;
}
.AnyTagClassName
{
color: #A3CC63;
}
</style>
background-color css
<style>
a { background-color: #A3CC63; }
a { background-color: rgb(163,204,99); }
div.DivClassName
{
background-color: #A3CC63;
}
.BgClassName
{
background-color: #A3CC63;
}
</style>
border-color css
<style>
span { border-color: #A3CC63; }
span { border-color: rgb(163,204,99); }
td.TdClassName
{
border-color: #A3CC63;
}
.TagClassName
{
border-color: #A3CC63;
}
</style>