Shades of Caper #AACD6A
Tints of Caper #AACD6A
RGB
CMYK
RGB Variations
Color information
#AACD6A (or 0xAACD6A) is known color: Caper. HEX triplet: AA, CD and 6A. RGB value is (170,205,106). Sum of RGB (Red+Green+Blue) = 170+205+106=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD6A is #553295. Grayscale: #B7B7B7. Windows color (decimal): -5583510 or 6999466. OLE color: 6999466.
HSL color Cylindrical-coordinate representation of color #AACD6A: hue angle of 81.21º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AACD6A is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 106 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.20 |
| HSL | 81.21º | 0.5% | 0.61% | - |
| HSV(B) | 81.21º | 0.48% | 0.8% | - |
| XYZ | 41.01 | 53.25 | 21.75 | - |
| YUV | 183.25 | 84.4 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 106 | 0.17 | 0 | 0.48 | 0.20 | 81.21 | 0.5 | 0.61 |
| Hex | AA | CD | 6A | 11 | 0 | 30 | 14 | 51 | 32 | 3D |
| Octal | 252 | 315 | 152 | 21 | 0 | 60 | 24 | 121 | 62 | 75 |
| Binary | 10101010 | 11001101 | 1101010 | 10001 | 0 | 110000 | 10100 | 1010001 | 110010 | 111101 |
Color Harmonies of #AACD6A
Complementary color
Monochromatic Colors of #AACD6A
Black with #AACD6A
Text Example
Text Example
White with #AACD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD6A; }
p { color: rgb(170,205,106); }
H1.HeaderClassName
{
color: #AACD6A;
}
.AnyTagClassName
{
color: #AACD6A;
}
</style>
background-color css
<style>
a { background-color: #AACD6A; }
a { background-color: rgb(170,205,106); }
div.DivClassName
{
background-color: #AACD6A;
}
.BgClassName
{
background-color: #AACD6A;
}
</style>
border-color css
<style>
span { border-color: #AACD6A; }
span { border-color: rgb(170,205,106); }
td.TdClassName
{
border-color: #AACD6A;
}
.TagClassName
{
border-color: #AACD6A;
}
</style>