Shades of Olivine #A4CE65
Tints of Olivine #A4CE65
RGB
CMYK
RGB Variations
Color information
#A4CE65 (or 0xA4CE65) is known color: Olivine. HEX triplet: A4, CE and 65. RGB value is (164,206,101). Sum of RGB (Red+Green+Blue) = 164+206+101=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CE65 is #5B319A. Grayscale: #B5B5B5. Windows color (decimal): -5976475 or 6672036. OLE color: 6672036.
HSL color Cylindrical-coordinate representation of color #A4CE65: hue angle of 84º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4CE65 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 101 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.19 |
| HSL | 84º | 0.52% | 0.6% | - |
| HSV(B) | 84º | 0.51% | 0.81% | - |
| XYZ | 39.73 | 52.97 | 20.44 | - |
| YUV | 181.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 101 | 0.20 | 0 | 0.51 | 0.19 | 84 | 0.52 | 0.6 |
| Hex | A4 | CE | 65 | 14 | 0 | 33 | 13 | 54 | 34 | 3C |
| Octal | 244 | 316 | 145 | 24 | 0 | 63 | 23 | 124 | 64 | 74 |
| Binary | 10100100 | 11001110 | 1100101 | 10100 | 0 | 110011 | 10011 | 1010100 | 110100 | 111100 |
Color Harmonies of #A4CE65
Complementary color
Monochromatic Colors of #A4CE65
Black with #A4CE65
Text Example
Text Example
White with #A4CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE65; }
p { color: rgb(164,206,101); }
H1.HeaderClassName
{
color: #A4CE65;
}
.AnyTagClassName
{
color: #A4CE65;
}
</style>
background-color css
<style>
a { background-color: #A4CE65; }
a { background-color: rgb(164,206,101); }
div.DivClassName
{
background-color: #A4CE65;
}
.BgClassName
{
background-color: #A4CE65;
}
</style>
border-color css
<style>
span { border-color: #A4CE65; }
span { border-color: rgb(164,206,101); }
td.TdClassName
{
border-color: #A4CE65;
}
.TagClassName
{
border-color: #A4CE65;
}
</style>