Shades of Olivine #A1C268
Tints of Olivine #A1C268
RGB
CMYK
RGB Variations
Color information
#A1C268 (or 0xA1C268) is known color: Olivine. HEX triplet: A1, C2 and 68. RGB value is (161,194,104). Sum of RGB (Red+Green+Blue) = 161+194+104=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C268 is #5E3D97. Grayscale: #AEAEAE. Windows color (decimal): -6176152 or 6865569. OLE color: 6865569.
HSL color Cylindrical-coordinate representation of color #A1C268: hue angle of 82º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1C268 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 104 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.24 |
| HSL | 82º | 0.42% | 0.58% | - |
| HSV(B) | 82º | 0.46% | 0.76% | - |
| XYZ | 36.49 | 47.16 | 20.28 | - |
| YUV | 173.87 | 88.57 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 104 | 0.17 | 0 | 0.46 | 0.24 | 82 | 0.42 | 0.58 |
| Hex | A1 | C2 | 68 | 11 | 0 | 2E | 18 | 52 | 2A | 3A |
| Octal | 241 | 302 | 150 | 21 | 0 | 56 | 30 | 122 | 52 | 72 |
| Binary | 10100001 | 11000010 | 1101000 | 10001 | 0 | 101110 | 11000 | 1010010 | 101010 | 111010 |
Color Harmonies of #A1C268
Complementary color
Monochromatic Colors of #A1C268
Black with #A1C268
Text Example
Text Example
White with #A1C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C268; }
p { color: rgb(161,194,104); }
H1.HeaderClassName
{
color: #A1C268;
}
.AnyTagClassName
{
color: #A1C268;
}
</style>
background-color css
<style>
a { background-color: #A1C268; }
a { background-color: rgb(161,194,104); }
div.DivClassName
{
background-color: #A1C268;
}
.BgClassName
{
background-color: #A1C268;
}
</style>
border-color css
<style>
span { border-color: #A1C268; }
span { border-color: rgb(161,194,104); }
td.TdClassName
{
border-color: #A1C268;
}
.TagClassName
{
border-color: #A1C268;
}
</style>