Shades of Olivine #A5CD6E
Tints of Olivine #A5CD6E
RGB
CMYK
RGB Variations
Color information
#A5CD6E (or 0xA5CD6E) is known color: Olivine. HEX triplet: A5, CD and 6E. RGB value is (165,205,110). Sum of RGB (Red+Green+Blue) = 165+205+110=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD6E is #5A3291. Grayscale: #B6B6B6. Windows color (decimal): -5911186 or 7261605. OLE color: 7261605.
HSL color Cylindrical-coordinate representation of color #A5CD6E: hue angle of 85.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5CD6E is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 110 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.20 |
| HSL | 85.26º | 0.49% | 0.62% | - |
| HSV(B) | 85.26º | 0.46% | 0.8% | - |
| XYZ | 40.16 | 52.79 | 22.82 | - |
| YUV | 182.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 110 | 0.20 | 0 | 0.46 | 0.20 | 85.26 | 0.49 | 0.62 |
| Hex | A5 | CD | 6E | 14 | 0 | 2E | 14 | 55 | 31 | 3E |
| Octal | 245 | 315 | 156 | 24 | 0 | 56 | 24 | 125 | 61 | 76 |
| Binary | 10100101 | 11001101 | 1101110 | 10100 | 0 | 101110 | 10100 | 1010101 | 110001 | 111110 |
Color Harmonies of #A5CD6E
Complementary color
Monochromatic Colors of #A5CD6E
Black with #A5CD6E
Text Example
Text Example
White with #A5CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CD6E; }
p { color: rgb(165,205,110); }
H1.HeaderClassName
{
color: #A5CD6E;
}
.AnyTagClassName
{
color: #A5CD6E;
}
</style>
background-color css
<style>
a { background-color: #A5CD6E; }
a { background-color: rgb(165,205,110); }
div.DivClassName
{
background-color: #A5CD6E;
}
.BgClassName
{
background-color: #A5CD6E;
}
</style>
border-color css
<style>
span { border-color: #A5CD6E; }
span { border-color: rgb(165,205,110); }
td.TdClassName
{
border-color: #A5CD6E;
}
.TagClassName
{
border-color: #A5CD6E;
}
</style>