Shades of Olivine #A1D26D
Tints of Olivine #A1D26D
RGB
CMYK
RGB Variations
Color information
#A1D26D (or 0xA1D26D) is known color: Olivine. HEX triplet: A1, D2 and 6D. RGB value is (161,210,109). Sum of RGB (Red+Green+Blue) = 161+210+109=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D26D is #5E2D92. Grayscale: #B8B8B8. Windows color (decimal): -6172051 or 7197345. OLE color: 7197345.
HSL color Cylindrical-coordinate representation of color #A1D26D: hue angle of 89.11º 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 #A1D26D is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 109 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.18 |
| HSL | 89.11º | 0.53% | 0.63% | - |
| HSV(B) | 89.11º | 0.48% | 0.82% | - |
| XYZ | 40.5 | 54.77 | 22.91 | - |
| YUV | 183.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 109 | 0.23 | 0 | 0.48 | 0.18 | 89.11 | 0.53 | 0.63 |
| Hex | A1 | D2 | 6D | 17 | 0 | 30 | 12 | 59 | 35 | 3F |
| Octal | 241 | 322 | 155 | 27 | 0 | 60 | 22 | 131 | 65 | 77 |
| Binary | 10100001 | 11010010 | 1101101 | 10111 | 0 | 110000 | 10010 | 1011001 | 110101 | 111111 |
Color Harmonies of #A1D26D
Complementary color
Monochromatic Colors of #A1D26D
Black with #A1D26D
Text Example
Text Example
White with #A1D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D26D; }
p { color: rgb(161,210,109); }
H1.HeaderClassName
{
color: #A1D26D;
}
.AnyTagClassName
{
color: #A1D26D;
}
</style>
background-color css
<style>
a { background-color: #A1D26D; }
a { background-color: rgb(161,210,109); }
div.DivClassName
{
background-color: #A1D26D;
}
.BgClassName
{
background-color: #A1D26D;
}
</style>
border-color css
<style>
span { border-color: #A1D26D; }
span { border-color: rgb(161,210,109); }
td.TdClassName
{
border-color: #A1D26D;
}
.TagClassName
{
border-color: #A1D26D;
}
</style>