Shades of Olivine #A1D067
Tints of Olivine #A1D067
RGB
CMYK
RGB Variations
Color information
#A1D067 (or 0xA1D067) is known color: Olivine. HEX triplet: A1, D0 and 67. RGB value is (161,208,103). Sum of RGB (Red+Green+Blue) = 161+208+103=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D067 is #5E2F98. Grayscale: #B6B6B6. Windows color (decimal): -6172569 or 6803617. OLE color: 6803617.
HSL color Cylindrical-coordinate representation of color #A1D067: hue angle of 86.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1D067 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 103 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.18 |
| HSL | 86.86º | 0.53% | 0.61% | - |
| HSV(B) | 86.86º | 0.5% | 0.82% | - |
| XYZ | 39.7 | 53.67 | 21.1 | - |
| YUV | 181.98 | 83.43 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 103 | 0.23 | 0 | 0.50 | 0.18 | 86.86 | 0.53 | 0.61 |
| Hex | A1 | D0 | 67 | 17 | 0 | 32 | 12 | 57 | 35 | 3D |
| Octal | 241 | 320 | 147 | 27 | 0 | 62 | 22 | 127 | 65 | 75 |
| Binary | 10100001 | 11010000 | 1100111 | 10111 | 0 | 110010 | 10010 | 1010111 | 110101 | 111101 |
Color Harmonies of #A1D067
Complementary color
Monochromatic Colors of #A1D067
Black with #A1D067
Text Example
Text Example
White with #A1D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D067; }
p { color: rgb(161,208,103); }
H1.HeaderClassName
{
color: #A1D067;
}
.AnyTagClassName
{
color: #A1D067;
}
</style>
background-color css
<style>
a { background-color: #A1D067; }
a { background-color: rgb(161,208,103); }
div.DivClassName
{
background-color: #A1D067;
}
.BgClassName
{
background-color: #A1D067;
}
</style>
border-color css
<style>
span { border-color: #A1D067; }
span { border-color: rgb(161,208,103); }
td.TdClassName
{
border-color: #A1D067;
}
.TagClassName
{
border-color: #A1D067;
}
</style>