Shades of Caper #AACC7C
Tints of Caper #AACC7C
RGB
CMYK
RGB Variations
Color information
#AACC7C (or 0xAACC7C) is known color: Caper. HEX triplet: AA, CC and 7C. RGB value is (170,204,124). Sum of RGB (Red+Green+Blue) = 170+204+124=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC7C is #553383. Grayscale: #B9B9B9. Windows color (decimal): -5583748 or 8178858. OLE color: 8178858.
HSL color Cylindrical-coordinate representation of color #AACC7C: hue angle of 85.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AACC7C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 124 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.2 |
| HSL | 85.5º | 0.44% | 0.64% | - |
| HSV(B) | 85.5º | 0.39% | 0.8% | - |
| XYZ | 41.81 | 53.19 | 27.13 | - |
| YUV | 184.71 | 93.74 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 124 | 0.17 | 0 | 0.39 | 0.2 | 85.5 | 0.44 | 0.64 |
| Hex | AA | CC | 7C | 11 | 0 | 27 | 14 | 56 | 2C | 40 |
| Octal | 252 | 314 | 174 | 21 | 0 | 47 | 24 | 126 | 54 | 100 |
| Binary | 10101010 | 11001100 | 1111100 | 10001 | 0 | 100111 | 10100 | 1010110 | 101100 | 1000000 |
Color Harmonies of #AACC7C
Complementary color
Monochromatic Colors of #AACC7C
Black with #AACC7C
Text Example
Text Example
White with #AACC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC7C; }
p { color: rgb(170,204,124); }
H1.HeaderClassName
{
color: #AACC7C;
}
.AnyTagClassName
{
color: #AACC7C;
}
</style>
background-color css
<style>
a { background-color: #AACC7C; }
a { background-color: rgb(170,204,124); }
div.DivClassName
{
background-color: #AACC7C;
}
.BgClassName
{
background-color: #AACC7C;
}
</style>
border-color css
<style>
span { border-color: #AACC7C; }
span { border-color: rgb(170,204,124); }
td.TdClassName
{
border-color: #AACC7C;
}
.TagClassName
{
border-color: #AACC7C;
}
</style>