Shades of Olivine #A1C27E
Tints of Olivine #A1C27E
RGB
CMYK
RGB Variations
Color information
#A1C27E (or 0xA1C27E) is known color: Olivine. HEX triplet: A1, C2 and 7E. RGB value is (161,194,126). Sum of RGB (Red+Green+Blue) = 161+194+126=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C27E is #5E3D81. Grayscale: #B0B0B0. Windows color (decimal): -6176130 or 8307361. OLE color: 8307361.
HSL color Cylindrical-coordinate representation of color #A1C27E: hue angle of 89.12º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1C27E is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 126 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.24 |
| HSL | 89.12º | 0.36% | 0.63% | - |
| HSV(B) | 89.12º | 0.35% | 0.76% | - |
| XYZ | 37.76 | 47.67 | 26.95 | - |
| YUV | 176.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 126 | 0.17 | 0 | 0.35 | 0.24 | 89.12 | 0.36 | 0.63 |
| Hex | A1 | C2 | 7E | 11 | 0 | 23 | 18 | 59 | 24 | 3F |
| Octal | 241 | 302 | 176 | 21 | 0 | 43 | 30 | 131 | 44 | 77 |
| Binary | 10100001 | 11000010 | 1111110 | 10001 | 0 | 100011 | 11000 | 1011001 | 100100 | 111111 |
Color Harmonies of #A1C27E
Complementary color
Monochromatic Colors of #A1C27E
Black with #A1C27E
Text Example
Text Example
White with #A1C27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C27E; }
p { color: rgb(161,194,126); }
H1.HeaderClassName
{
color: #A1C27E;
}
.AnyTagClassName
{
color: #A1C27E;
}
</style>
background-color css
<style>
a { background-color: #A1C27E; }
a { background-color: rgb(161,194,126); }
div.DivClassName
{
background-color: #A1C27E;
}
.BgClassName
{
background-color: #A1C27E;
}
</style>
border-color css
<style>
span { border-color: #A1C27E; }
span { border-color: rgb(161,194,126); }
td.TdClassName
{
border-color: #A1C27E;
}
.TagClassName
{
border-color: #A1C27E;
}
</style>