Shades of Caper #AAC76D
Tints of Caper #AAC76D
RGB
CMYK
RGB Variations
Color information
#AAC76D (or 0xAAC76D) is known color: Caper. HEX triplet: AA, C7 and 6D. RGB value is (170,199,109). Sum of RGB (Red+Green+Blue) = 170+199+109=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC76D is #553892. Grayscale: #B4B4B4. Windows color (decimal): -5585043 or 7194538. OLE color: 7194538.
HSL color Cylindrical-coordinate representation of color #AAC76D: hue angle of 79.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC76D is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 109 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.22 |
| HSL | 79.33º | 0.45% | 0.6% | - |
| HSV(B) | 79.33º | 0.45% | 0.78% | - |
| XYZ | 39.76 | 50.5 | 22.12 | - |
| YUV | 180.07 | 87.89 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 109 | 0.15 | 0 | 0.45 | 0.22 | 79.33 | 0.45 | 0.6 |
| Hex | AA | C7 | 6D | F | 0 | 2D | 16 | 4F | 2D | 3C |
| Octal | 252 | 307 | 155 | 17 | 0 | 55 | 26 | 117 | 55 | 74 |
| Binary | 10101010 | 11000111 | 1101101 | 1111 | 0 | 101101 | 10110 | 1001111 | 101101 | 111100 |
Color Harmonies of #AAC76D
Complementary color
Monochromatic Colors of #AAC76D
Black with #AAC76D
Text Example
Text Example
White with #AAC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC76D; }
p { color: rgb(170,199,109); }
H1.HeaderClassName
{
color: #AAC76D;
}
.AnyTagClassName
{
color: #AAC76D;
}
</style>
background-color css
<style>
a { background-color: #AAC76D; }
a { background-color: rgb(170,199,109); }
div.DivClassName
{
background-color: #AAC76D;
}
.BgClassName
{
background-color: #AAC76D;
}
</style>
border-color css
<style>
span { border-color: #AAC76D; }
span { border-color: rgb(170,199,109); }
td.TdClassName
{
border-color: #AAC76D;
}
.TagClassName
{
border-color: #AAC76D;
}
</style>