Shades of Olivine #AAC268
Tints of Olivine #AAC268
RGB
CMYK
RGB Variations
Color information
#AAC268 (or 0xAAC268) is known color: Olivine. HEX triplet: AA, C2 and 68. RGB value is (170,194,104). Sum of RGB (Red+Green+Blue) = 170+194+104=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC268 is #553D97. Grayscale: #B0B0B0. Windows color (decimal): -5586328 or 6865578. OLE color: 6865578.
HSL color Cylindrical-coordinate representation of color #AAC268: hue angle of 76º 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 #AAC268 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 104 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.24 |
| HSL | 76º | 0.42% | 0.58% | - |
| HSV(B) | 76º | 0.46% | 0.76% | - |
| XYZ | 38.37 | 48.13 | 20.36 | - |
| YUV | 176.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 104 | 0.12 | 0 | 0.46 | 0.24 | 76 | 0.42 | 0.58 |
| Hex | AA | C2 | 68 | C | 0 | 2E | 18 | 4C | 2A | 3A |
| Octal | 252 | 302 | 150 | 14 | 0 | 56 | 30 | 114 | 52 | 72 |
| Binary | 10101010 | 11000010 | 1101000 | 1100 | 0 | 101110 | 11000 | 1001100 | 101010 | 111010 |
Color Harmonies of #AAC268
Complementary color
Monochromatic Colors of #AAC268
Black with #AAC268
Text Example
Text Example
White with #AAC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC268; }
p { color: rgb(170,194,104); }
H1.HeaderClassName
{
color: #AAC268;
}
.AnyTagClassName
{
color: #AAC268;
}
</style>
background-color css
<style>
a { background-color: #AAC268; }
a { background-color: rgb(170,194,104); }
div.DivClassName
{
background-color: #AAC268;
}
.BgClassName
{
background-color: #AAC268;
}
</style>
border-color css
<style>
span { border-color: #AAC268; }
span { border-color: rgb(170,194,104); }
td.TdClassName
{
border-color: #AAC268;
}
.TagClassName
{
border-color: #AAC268;
}
</style>