Shades of Olivine #A1C67E
Tints of Olivine #A1C67E
RGB
CMYK
RGB Variations
Color information
#A1C67E (or 0xA1C67E) is known color: Olivine. HEX triplet: A1, C6 and 7E. RGB value is (161,198,126). Sum of RGB (Red+Green+Blue) = 161+198+126=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C67E is #5E3981. Grayscale: #B2B2B2. Windows color (decimal): -6175106 or 8308385. OLE color: 8308385.
HSL color Cylindrical-coordinate representation of color #A1C67E: hue angle of 90.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C67E is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 126 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.22 |
| HSL | 90.83º | 0.39% | 0.64% | - |
| HSV(B) | 90.83º | 0.36% | 0.78% | - |
| XYZ | 38.66 | 49.47 | 27.25 | - |
| YUV | 178.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 126 | 0.19 | 0 | 0.36 | 0.22 | 90.83 | 0.39 | 0.64 |
| Hex | A1 | C6 | 7E | 13 | 0 | 24 | 16 | 5B | 27 | 40 |
| Octal | 241 | 306 | 176 | 23 | 0 | 44 | 26 | 133 | 47 | 100 |
| Binary | 10100001 | 11000110 | 1111110 | 10011 | 0 | 100100 | 10110 | 1011011 | 100111 | 1000000 |
Color Harmonies of #A1C67E
Complementary color
Monochromatic Colors of #A1C67E
Black with #A1C67E
Text Example
Text Example
White with #A1C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C67E; }
p { color: rgb(161,198,126); }
H1.HeaderClassName
{
color: #A1C67E;
}
.AnyTagClassName
{
color: #A1C67E;
}
</style>
background-color css
<style>
a { background-color: #A1C67E; }
a { background-color: rgb(161,198,126); }
div.DivClassName
{
background-color: #A1C67E;
}
.BgClassName
{
background-color: #A1C67E;
}
</style>
border-color css
<style>
span { border-color: #A1C67E; }
span { border-color: rgb(161,198,126); }
td.TdClassName
{
border-color: #A1C67E;
}
.TagClassName
{
border-color: #A1C67E;
}
</style>