Shades of Olivine #A9C566
Tints of Olivine #A9C566
RGB
CMYK
RGB Variations
Color information
#A9C566 (or 0xA9C566) is known color: Olivine. HEX triplet: A9, C5 and 66. RGB value is (169,197,102). Sum of RGB (Red+Green+Blue) = 169+197+102=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C566 is #563A99. Grayscale: #B2B2B2. Windows color (decimal): -5651098 or 6735273. OLE color: 6735273.
HSL color Cylindrical-coordinate representation of color #A9C566: hue angle of 77.68º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9C566 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 102 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.23 |
| HSL | 77.68º | 0.45% | 0.59% | - |
| HSV(B) | 77.68º | 0.48% | 0.77% | - |
| XYZ | 38.73 | 49.33 | 20.05 | - |
| YUV | 177.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 102 | 0.14 | 0 | 0.48 | 0.23 | 77.68 | 0.45 | 0.59 |
| Hex | A9 | C5 | 66 | E | 0 | 30 | 17 | 4E | 2D | 3B |
| Octal | 251 | 305 | 146 | 16 | 0 | 60 | 27 | 116 | 55 | 73 |
| Binary | 10101001 | 11000101 | 1100110 | 1110 | 0 | 110000 | 10111 | 1001110 | 101101 | 111011 |
Color Harmonies of #A9C566
Complementary color
Monochromatic Colors of #A9C566
Black with #A9C566
Text Example
Text Example
White with #A9C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C566; }
p { color: rgb(169,197,102); }
H1.HeaderClassName
{
color: #A9C566;
}
.AnyTagClassName
{
color: #A9C566;
}
</style>
background-color css
<style>
a { background-color: #A9C566; }
a { background-color: rgb(169,197,102); }
div.DivClassName
{
background-color: #A9C566;
}
.BgClassName
{
background-color: #A9C566;
}
</style>
border-color css
<style>
span { border-color: #A9C566; }
span { border-color: rgb(169,197,102); }
td.TdClassName
{
border-color: #A9C566;
}
.TagClassName
{
border-color: #A9C566;
}
</style>