Shades of Olivine #A1C270
Tints of Olivine #A1C270
RGB
CMYK
RGB Variations
Color information
#A1C270 (or 0xA1C270) is known color: Olivine. HEX triplet: A1, C2 and 70. RGB value is (161,194,112). Sum of RGB (Red+Green+Blue) = 161+194+112=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C270 is #5E3D8F. Grayscale: #AFAFAF. Windows color (decimal): -6176144 or 7389857. OLE color: 7389857.
HSL color Cylindrical-coordinate representation of color #A1C270: hue angle of 84.15º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1C270 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 112 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.24 |
| HSL | 84.15º | 0.4% | 0.6% | - |
| HSV(B) | 84.15º | 0.42% | 0.76% | - |
| XYZ | 36.91 | 47.33 | 22.52 | - |
| YUV | 174.79 | 92.57 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 112 | 0.17 | 0 | 0.42 | 0.24 | 84.15 | 0.4 | 0.6 |
| Hex | A1 | C2 | 70 | 11 | 0 | 2A | 18 | 54 | 28 | 3C |
| Octal | 241 | 302 | 160 | 21 | 0 | 52 | 30 | 124 | 50 | 74 |
| Binary | 10100001 | 11000010 | 1110000 | 10001 | 0 | 101010 | 11000 | 1010100 | 101000 | 111100 |
Color Harmonies of #A1C270
Complementary color
Monochromatic Colors of #A1C270
Black with #A1C270
Text Example
Text Example
White with #A1C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C270; }
p { color: rgb(161,194,112); }
H1.HeaderClassName
{
color: #A1C270;
}
.AnyTagClassName
{
color: #A1C270;
}
</style>
background-color css
<style>
a { background-color: #A1C270; }
a { background-color: rgb(161,194,112); }
div.DivClassName
{
background-color: #A1C270;
}
.BgClassName
{
background-color: #A1C270;
}
</style>
border-color css
<style>
span { border-color: #A1C270; }
span { border-color: rgb(161,194,112); }
td.TdClassName
{
border-color: #A1C270;
}
.TagClassName
{
border-color: #A1C270;
}
</style>