Shades of Caper #AACD6C
Tints of Caper #AACD6C
RGB
CMYK
RGB Variations
Color information
#AACD6C (or 0xAACD6C) is known color: Caper. HEX triplet: AA, CD and 6C. RGB value is (170,205,108). Sum of RGB (Red+Green+Blue) = 170+205+108=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD6C is #553293. Grayscale: #B7B7B7. Windows color (decimal): -5583508 or 7130538. OLE color: 7130538.
HSL color Cylindrical-coordinate representation of color #AACD6C: hue angle of 81.65º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AACD6C is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 108 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.20 |
| HSL | 81.65º | 0.49% | 0.61% | - |
| HSV(B) | 81.65º | 0.47% | 0.8% | - |
| XYZ | 41.12 | 53.29 | 22.31 | - |
| YUV | 183.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 108 | 0.17 | 0 | 0.47 | 0.20 | 81.65 | 0.49 | 0.61 |
| Hex | AA | CD | 6C | 11 | 0 | 2F | 14 | 52 | 31 | 3D |
| Octal | 252 | 315 | 154 | 21 | 0 | 57 | 24 | 122 | 61 | 75 |
| Binary | 10101010 | 11001101 | 1101100 | 10001 | 0 | 101111 | 10100 | 1010010 | 110001 | 111101 |
Color Harmonies of #AACD6C
Complementary color
Monochromatic Colors of #AACD6C
Black with #AACD6C
Text Example
Text Example
White with #AACD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD6C; }
p { color: rgb(170,205,108); }
H1.HeaderClassName
{
color: #AACD6C;
}
.AnyTagClassName
{
color: #AACD6C;
}
</style>
background-color css
<style>
a { background-color: #AACD6C; }
a { background-color: rgb(170,205,108); }
div.DivClassName
{
background-color: #AACD6C;
}
.BgClassName
{
background-color: #AACD6C;
}
</style>
border-color css
<style>
span { border-color: #AACD6C; }
span { border-color: rgb(170,205,108); }
td.TdClassName
{
border-color: #AACD6C;
}
.TagClassName
{
border-color: #AACD6C;
}
</style>