Shades of Olivine #A9C568
Tints of Olivine #A9C568
RGB
CMYK
RGB Variations
Color information
#A9C568 (or 0xA9C568) is known color: Olivine. HEX triplet: A9, C5 and 68. RGB value is (169,197,104). Sum of RGB (Red+Green+Blue) = 169+197+104=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C568 is #563A97. Grayscale: #B2B2B2. Windows color (decimal): -5651096 or 6866345. OLE color: 6866345.
HSL color Cylindrical-coordinate representation of color #A9C568: hue angle of 78.06º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9C568 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 104 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.23 |
| HSL | 78.06º | 0.44% | 0.59% | - |
| HSV(B) | 78.06º | 0.47% | 0.77% | - |
| XYZ | 38.83 | 49.37 | 20.58 | - |
| YUV | 178.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 104 | 0.14 | 0 | 0.47 | 0.23 | 78.06 | 0.44 | 0.59 |
| Hex | A9 | C5 | 68 | E | 0 | 2F | 17 | 4E | 2C | 3B |
| Octal | 251 | 305 | 150 | 16 | 0 | 57 | 27 | 116 | 54 | 73 |
| Binary | 10101001 | 11000101 | 1101000 | 1110 | 0 | 101111 | 10111 | 1001110 | 101100 | 111011 |
Color Harmonies of #A9C568
Complementary color
Monochromatic Colors of #A9C568
Black with #A9C568
Text Example
Text Example
White with #A9C568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C568; }
p { color: rgb(169,197,104); }
H1.HeaderClassName
{
color: #A9C568;
}
.AnyTagClassName
{
color: #A9C568;
}
</style>
background-color css
<style>
a { background-color: #A9C568; }
a { background-color: rgb(169,197,104); }
div.DivClassName
{
background-color: #A9C568;
}
.BgClassName
{
background-color: #A9C568;
}
</style>
border-color css
<style>
span { border-color: #A9C568; }
span { border-color: rgb(169,197,104); }
td.TdClassName
{
border-color: #A9C568;
}
.TagClassName
{
border-color: #A9C568;
}
</style>