Shades of Olivine #A5CE66
Tints of Olivine #A5CE66
RGB
CMYK
RGB Variations
Color information
#A5CE66 (or 0xA5CE66) is known color: Olivine. HEX triplet: A5, CE and 66. RGB value is (165,206,102). Sum of RGB (Red+Green+Blue) = 165+206+102=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE66 is #5A3199. Grayscale: #B6B6B6. Windows color (decimal): -5910938 or 6737573. OLE color: 6737573.
HSL color Cylindrical-coordinate representation of color #A5CE66: hue angle of 83.65º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5CE66 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 102 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.19 |
| HSL | 83.65º | 0.51% | 0.6% | - |
| HSV(B) | 83.65º | 0.5% | 0.81% | - |
| XYZ | 39.99 | 53.1 | 20.71 | - |
| YUV | 181.89 | 82.92 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 102 | 0.20 | 0 | 0.50 | 0.19 | 83.65 | 0.51 | 0.6 |
| Hex | A5 | CE | 66 | 14 | 0 | 32 | 13 | 54 | 33 | 3C |
| Octal | 245 | 316 | 146 | 24 | 0 | 62 | 23 | 124 | 63 | 74 |
| Binary | 10100101 | 11001110 | 1100110 | 10100 | 0 | 110010 | 10011 | 1010100 | 110011 | 111100 |
Color Harmonies of #A5CE66
Complementary color
Monochromatic Colors of #A5CE66
Black with #A5CE66
Text Example
Text Example
White with #A5CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CE66; }
p { color: rgb(165,206,102); }
H1.HeaderClassName
{
color: #A5CE66;
}
.AnyTagClassName
{
color: #A5CE66;
}
</style>
background-color css
<style>
a { background-color: #A5CE66; }
a { background-color: rgb(165,206,102); }
div.DivClassName
{
background-color: #A5CE66;
}
.BgClassName
{
background-color: #A5CE66;
}
</style>
border-color css
<style>
span { border-color: #A5CE66; }
span { border-color: rgb(165,206,102); }
td.TdClassName
{
border-color: #A5CE66;
}
.TagClassName
{
border-color: #A5CE66;
}
</style>