Shades of Olivine #A5C866
Tints of Olivine #A5C866
RGB
CMYK
RGB Variations
Color information
#A5C866 (or 0xA5C866) is known color: Olivine. HEX triplet: A5, C8 and 66. RGB value is (165,200,102). Sum of RGB (Red+Green+Blue) = 165+200+102=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C866 is #5A3799. Grayscale: #B2B2B2. Windows color (decimal): -5912474 or 6736037. OLE color: 6736037.
HSL color Cylindrical-coordinate representation of color #A5C866: hue angle of 81.43º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5C866 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 102 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.22 |
| HSL | 81.43º | 0.47% | 0.59% | - |
| HSV(B) | 81.43º | 0.49% | 0.78% | - |
| XYZ | 38.57 | 50.27 | 20.24 | - |
| YUV | 178.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 102 | 0.18 | 0 | 0.49 | 0.22 | 81.43 | 0.47 | 0.59 |
| Hex | A5 | C8 | 66 | 12 | 0 | 31 | 16 | 51 | 2F | 3B |
| Octal | 245 | 310 | 146 | 22 | 0 | 61 | 26 | 121 | 57 | 73 |
| Binary | 10100101 | 11001000 | 1100110 | 10010 | 0 | 110001 | 10110 | 1010001 | 101111 | 111011 |
Color Harmonies of #A5C866
Complementary color
Monochromatic Colors of #A5C866
Black with #A5C866
Text Example
Text Example
White with #A5C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C866; }
p { color: rgb(165,200,102); }
H1.HeaderClassName
{
color: #A5C866;
}
.AnyTagClassName
{
color: #A5C866;
}
</style>
background-color css
<style>
a { background-color: #A5C866; }
a { background-color: rgb(165,200,102); }
div.DivClassName
{
background-color: #A5C866;
}
.BgClassName
{
background-color: #A5C866;
}
</style>
border-color css
<style>
span { border-color: #A5C866; }
span { border-color: rgb(165,200,102); }
td.TdClassName
{
border-color: #A5C866;
}
.TagClassName
{
border-color: #A5C866;
}
</style>