Shades of Caper #AACC7E
Tints of Caper #AACC7E
RGB
CMYK
RGB Variations
Color information
#AACC7E (or 0xAACC7E) is known color: Caper. HEX triplet: AA, CC and 7E. RGB value is (170,204,126). Sum of RGB (Red+Green+Blue) = 170+204+126=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC7E is #553381. Grayscale: #B9B9B9. Windows color (decimal): -5583746 or 8309930. OLE color: 8309930.
HSL color Cylindrical-coordinate representation of color #AACC7E: hue angle of 86.15º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AACC7E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 126 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.2 |
| HSL | 86.15º | 0.43% | 0.65% | - |
| HSV(B) | 86.15º | 0.38% | 0.8% | - |
| XYZ | 41.94 | 53.24 | 27.8 | - |
| YUV | 184.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 126 | 0.17 | 0 | 0.38 | 0.2 | 86.15 | 0.43 | 0.65 |
| Hex | AA | CC | 7E | 11 | 0 | 26 | 14 | 56 | 2B | 41 |
| Octal | 252 | 314 | 176 | 21 | 0 | 46 | 24 | 126 | 53 | 101 |
| Binary | 10101010 | 11001100 | 1111110 | 10001 | 0 | 100110 | 10100 | 1010110 | 101011 | 1000001 |
Color Harmonies of #AACC7E
Complementary color
Monochromatic Colors of #AACC7E
Black with #AACC7E
Text Example
Text Example
White with #AACC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC7E; }
p { color: rgb(170,204,126); }
H1.HeaderClassName
{
color: #AACC7E;
}
.AnyTagClassName
{
color: #AACC7E;
}
</style>
background-color css
<style>
a { background-color: #AACC7E; }
a { background-color: rgb(170,204,126); }
div.DivClassName
{
background-color: #AACC7E;
}
.BgClassName
{
background-color: #AACC7E;
}
</style>
border-color css
<style>
span { border-color: #AACC7E; }
span { border-color: rgb(170,204,126); }
td.TdClassName
{
border-color: #AACC7E;
}
.TagClassName
{
border-color: #AACC7E;
}
</style>