Shades of Olivine #A1C26E
Tints of Olivine #A1C26E
RGB
CMYK
RGB Variations
Color information
#A1C26E (or 0xA1C26E) is known color: Olivine. HEX triplet: A1, C2 and 6E. RGB value is (161,194,110). Sum of RGB (Red+Green+Blue) = 161+194+110=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C26E is #5E3D91. Grayscale: #AEAEAE. Windows color (decimal): -6176146 or 7258785. OLE color: 7258785.
HSL color Cylindrical-coordinate representation of color #A1C26E: hue angle of 83.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1C26E is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 110 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.24 |
| HSL | 83.57º | 0.41% | 0.6% | - |
| HSV(B) | 83.57º | 0.43% | 0.76% | - |
| XYZ | 36.8 | 47.29 | 21.94 | - |
| YUV | 174.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 110 | 0.17 | 0 | 0.43 | 0.24 | 83.57 | 0.41 | 0.6 |
| Hex | A1 | C2 | 6E | 11 | 0 | 2B | 18 | 54 | 29 | 3C |
| Octal | 241 | 302 | 156 | 21 | 0 | 53 | 30 | 124 | 51 | 74 |
| Binary | 10100001 | 11000010 | 1101110 | 10001 | 0 | 101011 | 11000 | 1010100 | 101001 | 111100 |
Color Harmonies of #A1C26E
Complementary color
Monochromatic Colors of #A1C26E
Black with #A1C26E
Text Example
Text Example
White with #A1C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C26E; }
p { color: rgb(161,194,110); }
H1.HeaderClassName
{
color: #A1C26E;
}
.AnyTagClassName
{
color: #A1C26E;
}
</style>
background-color css
<style>
a { background-color: #A1C26E; }
a { background-color: rgb(161,194,110); }
div.DivClassName
{
background-color: #A1C26E;
}
.BgClassName
{
background-color: #A1C26E;
}
</style>
border-color css
<style>
span { border-color: #A1C26E; }
span { border-color: rgb(161,194,110); }
td.TdClassName
{
border-color: #A1C26E;
}
.TagClassName
{
border-color: #A1C26E;
}
</style>