Shades of Olivine #AAC868
Tints of Olivine #AAC868
RGB
CMYK
RGB Variations
Color information
#AAC868 (or 0xAAC868) is known color: Olivine. HEX triplet: AA, C8 and 68. RGB value is (170,200,104). Sum of RGB (Red+Green+Blue) = 170+200+104=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC868 is #553797. Grayscale: #B4B4B4. Windows color (decimal): -5584792 or 6867114. OLE color: 6867114.
HSL color Cylindrical-coordinate representation of color #AAC868: hue angle of 78.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAC868 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 104 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.22 |
| HSL | 78.75º | 0.47% | 0.6% | - |
| HSV(B) | 78.75º | 0.48% | 0.78% | - |
| XYZ | 39.73 | 50.85 | 20.82 | - |
| YUV | 180.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 104 | 0.15 | 0 | 0.48 | 0.22 | 78.75 | 0.47 | 0.6 |
| Hex | AA | C8 | 68 | F | 0 | 30 | 16 | 4F | 2F | 3C |
| Octal | 252 | 310 | 150 | 17 | 0 | 60 | 26 | 117 | 57 | 74 |
| Binary | 10101010 | 11001000 | 1101000 | 1111 | 0 | 110000 | 10110 | 1001111 | 101111 | 111100 |
Color Harmonies of #AAC868
Complementary color
Monochromatic Colors of #AAC868
Black with #AAC868
Text Example
Text Example
White with #AAC868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC868; }
p { color: rgb(170,200,104); }
H1.HeaderClassName
{
color: #AAC868;
}
.AnyTagClassName
{
color: #AAC868;
}
</style>
background-color css
<style>
a { background-color: #AAC868; }
a { background-color: rgb(170,200,104); }
div.DivClassName
{
background-color: #AAC868;
}
.BgClassName
{
background-color: #AAC868;
}
</style>
border-color css
<style>
span { border-color: #AAC868; }
span { border-color: rgb(170,200,104); }
td.TdClassName
{
border-color: #AAC868;
}
.TagClassName
{
border-color: #AAC868;
}
</style>