Shades of Olivine #A5D26D
Tints of Olivine #A5D26D
RGB
CMYK
RGB Variations
Color information
#A5D26D (or 0xA5D26D) is known color: Olivine. HEX triplet: A5, D2 and 6D. RGB value is (165,210,109). Sum of RGB (Red+Green+Blue) = 165+210+109=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D26D is #5A2D92. Grayscale: #B9B9B9. Windows color (decimal): -5909907 or 7197349. OLE color: 7197349.
HSL color Cylindrical-coordinate representation of color #A5D26D: hue angle of 86.73º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5D26D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 109 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.18 |
| HSL | 86.73º | 0.53% | 0.63% | - |
| HSV(B) | 86.73º | 0.48% | 0.82% | - |
| XYZ | 41.32 | 55.2 | 22.94 | - |
| YUV | 185.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 109 | 0.21 | 0 | 0.48 | 0.18 | 86.73 | 0.53 | 0.63 |
| Hex | A5 | D2 | 6D | 15 | 0 | 30 | 12 | 57 | 35 | 3F |
| Octal | 245 | 322 | 155 | 25 | 0 | 60 | 22 | 127 | 65 | 77 |
| Binary | 10100101 | 11010010 | 1101101 | 10101 | 0 | 110000 | 10010 | 1010111 | 110101 | 111111 |
Color Harmonies of #A5D26D
Complementary color
Monochromatic Colors of #A5D26D
Black with #A5D26D
Text Example
Text Example
White with #A5D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D26D; }
p { color: rgb(165,210,109); }
H1.HeaderClassName
{
color: #A5D26D;
}
.AnyTagClassName
{
color: #A5D26D;
}
</style>
background-color css
<style>
a { background-color: #A5D26D; }
a { background-color: rgb(165,210,109); }
div.DivClassName
{
background-color: #A5D26D;
}
.BgClassName
{
background-color: #A5D26D;
}
</style>
border-color css
<style>
span { border-color: #A5D26D; }
span { border-color: rgb(165,210,109); }
td.TdClassName
{
border-color: #A5D26D;
}
.TagClassName
{
border-color: #A5D26D;
}
</style>