Shades of Olivine #AAC468
Tints of Olivine #AAC468
RGB
CMYK
RGB Variations
Color information
#AAC468 (or 0xAAC468) is known color: Olivine. HEX triplet: AA, C4 and 68. RGB value is (170,196,104). Sum of RGB (Red+Green+Blue) = 170+196+104=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC468 is #553B97. Grayscale: #B2B2B2. Windows color (decimal): -5585816 or 6866090. OLE color: 6866090.
HSL color Cylindrical-coordinate representation of color #AAC468: hue angle of 76.96º 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 #AAC468 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 104 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.23 |
| HSL | 76.96º | 0.44% | 0.59% | - |
| HSV(B) | 76.96º | 0.47% | 0.77% | - |
| XYZ | 38.82 | 49.03 | 20.51 | - |
| YUV | 177.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 104 | 0.13 | 0 | 0.47 | 0.23 | 76.96 | 0.44 | 0.59 |
| Hex | AA | C4 | 68 | D | 0 | 2F | 17 | 4D | 2C | 3B |
| Octal | 252 | 304 | 150 | 15 | 0 | 57 | 27 | 115 | 54 | 73 |
| Binary | 10101010 | 11000100 | 1101000 | 1101 | 0 | 101111 | 10111 | 1001101 | 101100 | 111011 |
Color Harmonies of #AAC468
Complementary color
Monochromatic Colors of #AAC468
Black with #AAC468
Text Example
Text Example
White with #AAC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC468; }
p { color: rgb(170,196,104); }
H1.HeaderClassName
{
color: #AAC468;
}
.AnyTagClassName
{
color: #AAC468;
}
</style>
background-color css
<style>
a { background-color: #AAC468; }
a { background-color: rgb(170,196,104); }
div.DivClassName
{
background-color: #AAC468;
}
.BgClassName
{
background-color: #AAC468;
}
</style>
border-color css
<style>
span { border-color: #AAC468; }
span { border-color: rgb(170,196,104); }
td.TdClassName
{
border-color: #AAC468;
}
.TagClassName
{
border-color: #AAC468;
}
</style>