Shades of Olivine #A1D26A
Tints of Olivine #A1D26A
RGB
CMYK
RGB Variations
Color information
#A1D26A (or 0xA1D26A) is known color: Olivine. HEX triplet: A1, D2 and 6A. RGB value is (161,210,106). Sum of RGB (Red+Green+Blue) = 161+210+106=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D26A is #5E2D95. Grayscale: #B7B7B7. Windows color (decimal): -6172054 or 7000737. OLE color: 7000737.
HSL color Cylindrical-coordinate representation of color #A1D26A: hue angle of 88.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1D26A is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 106 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.18 |
| HSL | 88.27º | 0.54% | 0.62% | - |
| HSV(B) | 88.27º | 0.5% | 0.82% | - |
| XYZ | 40.35 | 54.71 | 22.07 | - |
| YUV | 183.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 106 | 0.23 | 0 | 0.50 | 0.18 | 88.27 | 0.54 | 0.62 |
| Hex | A1 | D2 | 6A | 17 | 0 | 32 | 12 | 58 | 36 | 3E |
| Octal | 241 | 322 | 152 | 27 | 0 | 62 | 22 | 130 | 66 | 76 |
| Binary | 10100001 | 11010010 | 1101010 | 10111 | 0 | 110010 | 10010 | 1011000 | 110110 | 111110 |
Color Harmonies of #A1D26A
Complementary color
Monochromatic Colors of #A1D26A
Black with #A1D26A
Text Example
Text Example
White with #A1D26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D26A; }
p { color: rgb(161,210,106); }
H1.HeaderClassName
{
color: #A1D26A;
}
.AnyTagClassName
{
color: #A1D26A;
}
</style>
background-color css
<style>
a { background-color: #A1D26A; }
a { background-color: rgb(161,210,106); }
div.DivClassName
{
background-color: #A1D26A;
}
.BgClassName
{
background-color: #A1D26A;
}
</style>
border-color css
<style>
span { border-color: #A1D26A; }
span { border-color: rgb(161,210,106); }
td.TdClassName
{
border-color: #A1D26A;
}
.TagClassName
{
border-color: #A1D26A;
}
</style>