Shades of Caper #AACC7D
Tints of Caper #AACC7D
RGB
CMYK
RGB Variations
Color information
#AACC7D (or 0xAACC7D) is known color: Caper. HEX triplet: AA, CC and 7D. RGB value is (170,204,125). Sum of RGB (Red+Green+Blue) = 170+204+125=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC7D is #553382. Grayscale: #B9B9B9. Windows color (decimal): -5583747 or 8244394. OLE color: 8244394.
HSL color Cylindrical-coordinate representation of color #AACC7D: hue angle of 85.82º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AACC7D is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 125 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.2 |
| HSL | 85.82º | 0.44% | 0.65% | - |
| HSV(B) | 85.82º | 0.39% | 0.8% | - |
| XYZ | 41.87 | 53.21 | 27.47 | - |
| YUV | 184.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 125 | 0.17 | 0 | 0.39 | 0.2 | 85.82 | 0.44 | 0.65 |
| Hex | AA | CC | 7D | 11 | 0 | 27 | 14 | 56 | 2C | 41 |
| Octal | 252 | 314 | 175 | 21 | 0 | 47 | 24 | 126 | 54 | 101 |
| Binary | 10101010 | 11001100 | 1111101 | 10001 | 0 | 100111 | 10100 | 1010110 | 101100 | 1000001 |
Color Harmonies of #AACC7D
Complementary color
Monochromatic Colors of #AACC7D
Black with #AACC7D
Text Example
Text Example
White with #AACC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC7D; }
p { color: rgb(170,204,125); }
H1.HeaderClassName
{
color: #AACC7D;
}
.AnyTagClassName
{
color: #AACC7D;
}
</style>
background-color css
<style>
a { background-color: #AACC7D; }
a { background-color: rgb(170,204,125); }
div.DivClassName
{
background-color: #AACC7D;
}
.BgClassName
{
background-color: #AACC7D;
}
</style>
border-color css
<style>
span { border-color: #AACC7D; }
span { border-color: rgb(170,204,125); }
td.TdClassName
{
border-color: #AACC7D;
}
.TagClassName
{
border-color: #AACC7D;
}
</style>