Shades of Caper #AAC26A
Tints of Caper #AAC26A
RGB
CMYK
RGB Variations
Color information
#AAC26A (or 0xAAC26A) is known color: Caper. HEX triplet: AA, C2 and 6A. RGB value is (170,194,106). Sum of RGB (Red+Green+Blue) = 170+194+106=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC26A is #553D95. Grayscale: #B1B1B1. Windows color (decimal): -5586326 or 6996650. OLE color: 6996650.
HSL color Cylindrical-coordinate representation of color #AAC26A: hue angle of 76.36º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC26A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 106 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.24 |
| HSL | 76.36º | 0.42% | 0.59% | - |
| HSV(B) | 76.36º | 0.45% | 0.76% | - |
| XYZ | 38.47 | 48.17 | 20.91 | - |
| YUV | 176.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 106 | 0.12 | 0 | 0.45 | 0.24 | 76.36 | 0.42 | 0.59 |
| Hex | AA | C2 | 6A | C | 0 | 2D | 18 | 4C | 2A | 3B |
| Octal | 252 | 302 | 152 | 14 | 0 | 55 | 30 | 114 | 52 | 73 |
| Binary | 10101010 | 11000010 | 1101010 | 1100 | 0 | 101101 | 11000 | 1001100 | 101010 | 111011 |
Color Harmonies of #AAC26A
Complementary color
Monochromatic Colors of #AAC26A
Black with #AAC26A
Text Example
Text Example
White with #AAC26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC26A; }
p { color: rgb(170,194,106); }
H1.HeaderClassName
{
color: #AAC26A;
}
.AnyTagClassName
{
color: #AAC26A;
}
</style>
background-color css
<style>
a { background-color: #AAC26A; }
a { background-color: rgb(170,194,106); }
div.DivClassName
{
background-color: #AAC26A;
}
.BgClassName
{
background-color: #AAC26A;
}
</style>
border-color css
<style>
span { border-color: #AAC26A; }
span { border-color: rgb(170,194,106); }
td.TdClassName
{
border-color: #AAC26A;
}
.TagClassName
{
border-color: #AAC26A;
}
</style>