Shades of Olivine #A1D26C
Tints of Olivine #A1D26C
RGB
CMYK
RGB Variations
Color information
#A1D26C (or 0xA1D26C) is known color: Olivine. HEX triplet: A1, D2 and 6C. RGB value is (161,210,108). Sum of RGB (Red+Green+Blue) = 161+210+108=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D26C is #5E2D93. Grayscale: #B8B8B8. Windows color (decimal): -6172052 or 7131809. OLE color: 7131809.
HSL color Cylindrical-coordinate representation of color #A1D26C: hue angle of 88.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1D26C is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 108 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.18 |
| HSL | 88.82º | 0.53% | 0.62% | - |
| HSV(B) | 88.82º | 0.49% | 0.82% | - |
| XYZ | 40.45 | 54.75 | 22.62 | - |
| YUV | 183.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 108 | 0.23 | 0 | 0.49 | 0.18 | 88.82 | 0.53 | 0.62 |
| Hex | A1 | D2 | 6C | 17 | 0 | 31 | 12 | 59 | 35 | 3E |
| Octal | 241 | 322 | 154 | 27 | 0 | 61 | 22 | 131 | 65 | 76 |
| Binary | 10100001 | 11010010 | 1101100 | 10111 | 0 | 110001 | 10010 | 1011001 | 110101 | 111110 |
Color Harmonies of #A1D26C
Complementary color
Monochromatic Colors of #A1D26C
Black with #A1D26C
Text Example
Text Example
White with #A1D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D26C; }
p { color: rgb(161,210,108); }
H1.HeaderClassName
{
color: #A1D26C;
}
.AnyTagClassName
{
color: #A1D26C;
}
</style>
background-color css
<style>
a { background-color: #A1D26C; }
a { background-color: rgb(161,210,108); }
div.DivClassName
{
background-color: #A1D26C;
}
.BgClassName
{
background-color: #A1D26C;
}
</style>
border-color css
<style>
span { border-color: #A1D26C; }
span { border-color: rgb(161,210,108); }
td.TdClassName
{
border-color: #A1D26C;
}
.TagClassName
{
border-color: #A1D26C;
}
</style>