Shades of Caper #AACD7C
Tints of Caper #AACD7C
RGB
CMYK
RGB Variations
Color information
#AACD7C (or 0xAACD7C) is known color: Caper. HEX triplet: AA, CD and 7C. RGB value is (170,205,124). Sum of RGB (Red+Green+Blue) = 170+205+124=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD7C is #553283. Grayscale: #B9B9B9. Windows color (decimal): -5583492 or 8179114. OLE color: 8179114.
HSL color Cylindrical-coordinate representation of color #AACD7C: hue angle of 85.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AACD7C is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 124 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.20 |
| HSL | 85.93º | 0.45% | 0.65% | - |
| HSV(B) | 85.93º | 0.4% | 0.8% | - |
| XYZ | 42.05 | 53.66 | 27.21 | - |
| YUV | 185.3 | 93.4 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 124 | 0.17 | 0 | 0.40 | 0.20 | 85.93 | 0.45 | 0.65 |
| Hex | AA | CD | 7C | 11 | 0 | 28 | 14 | 56 | 2D | 41 |
| Octal | 252 | 315 | 174 | 21 | 0 | 50 | 24 | 126 | 55 | 101 |
| Binary | 10101010 | 11001101 | 1111100 | 10001 | 0 | 101000 | 10100 | 1010110 | 101101 | 1000001 |
Color Harmonies of #AACD7C
Complementary color
Monochromatic Colors of #AACD7C
Black with #AACD7C
Text Example
Text Example
White with #AACD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD7C; }
p { color: rgb(170,205,124); }
H1.HeaderClassName
{
color: #AACD7C;
}
.AnyTagClassName
{
color: #AACD7C;
}
</style>
background-color css
<style>
a { background-color: #AACD7C; }
a { background-color: rgb(170,205,124); }
div.DivClassName
{
background-color: #AACD7C;
}
.BgClassName
{
background-color: #AACD7C;
}
</style>
border-color css
<style>
span { border-color: #AACD7C; }
span { border-color: rgb(170,205,124); }
td.TdClassName
{
border-color: #AACD7C;
}
.TagClassName
{
border-color: #AACD7C;
}
</style>