Shades of Olivine #A1C469
Tints of Olivine #A1C469
RGB
CMYK
RGB Variations
Color information
#A1C469 (or 0xA1C469) is known color: Olivine. HEX triplet: A1, C4 and 69. RGB value is (161,196,105). Sum of RGB (Red+Green+Blue) = 161+196+105=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C469 is #5E3B96. Grayscale: #AFAFAF. Windows color (decimal): -6175639 or 6931617. OLE color: 6931617.
HSL color Cylindrical-coordinate representation of color #A1C469: hue angle of 83.08º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1C469 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 105 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.23 |
| HSL | 83.08º | 0.44% | 0.59% | - |
| HSV(B) | 83.08º | 0.46% | 0.77% | - |
| XYZ | 36.99 | 48.08 | 20.69 | - |
| YUV | 175.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 105 | 0.18 | 0 | 0.46 | 0.23 | 83.08 | 0.44 | 0.59 |
| Hex | A1 | C4 | 69 | 12 | 0 | 2E | 17 | 53 | 2C | 3B |
| Octal | 241 | 304 | 151 | 22 | 0 | 56 | 27 | 123 | 54 | 73 |
| Binary | 10100001 | 11000100 | 1101001 | 10010 | 0 | 101110 | 10111 | 1010011 | 101100 | 111011 |
Color Harmonies of #A1C469
Complementary color
Monochromatic Colors of #A1C469
Black with #A1C469
Text Example
Text Example
White with #A1C469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C469; }
p { color: rgb(161,196,105); }
H1.HeaderClassName
{
color: #A1C469;
}
.AnyTagClassName
{
color: #A1C469;
}
</style>
background-color css
<style>
a { background-color: #A1C469; }
a { background-color: rgb(161,196,105); }
div.DivClassName
{
background-color: #A1C469;
}
.BgClassName
{
background-color: #A1C469;
}
</style>
border-color css
<style>
span { border-color: #A1C469; }
span { border-color: rgb(161,196,105); }
td.TdClassName
{
border-color: #A1C469;
}
.TagClassName
{
border-color: #A1C469;
}
</style>