Shades of Caper #AACD6B
Tints of Caper #AACD6B
RGB
CMYK
RGB Variations
Color information
#AACD6B (or 0xAACD6B) is known color: Caper. HEX triplet: AA, CD and 6B. RGB value is (170,205,107). Sum of RGB (Red+Green+Blue) = 170+205+107=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD6B is #553294. Grayscale: #B7B7B7. Windows color (decimal): -5583509 or 7065002. OLE color: 7065002.
HSL color Cylindrical-coordinate representation of color #AACD6B: hue angle of 81.43º degrees, saturation: 0.49, 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 #AACD6B is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 107 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.20 |
| HSL | 81.43º | 0.49% | 0.61% | - |
| HSV(B) | 81.43º | 0.48% | 0.8% | - |
| XYZ | 41.06 | 53.27 | 22.03 | - |
| YUV | 183.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 107 | 0.17 | 0 | 0.48 | 0.20 | 81.43 | 0.49 | 0.61 |
| Hex | AA | CD | 6B | 11 | 0 | 30 | 14 | 51 | 31 | 3D |
| Octal | 252 | 315 | 153 | 21 | 0 | 60 | 24 | 121 | 61 | 75 |
| Binary | 10101010 | 11001101 | 1101011 | 10001 | 0 | 110000 | 10100 | 1010001 | 110001 | 111101 |
Color Harmonies of #AACD6B
Complementary color
Monochromatic Colors of #AACD6B
Black with #AACD6B
Text Example
Text Example
White with #AACD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD6B; }
p { color: rgb(170,205,107); }
H1.HeaderClassName
{
color: #AACD6B;
}
.AnyTagClassName
{
color: #AACD6B;
}
</style>
background-color css
<style>
a { background-color: #AACD6B; }
a { background-color: rgb(170,205,107); }
div.DivClassName
{
background-color: #AACD6B;
}
.BgClassName
{
background-color: #AACD6B;
}
</style>
border-color css
<style>
span { border-color: #AACD6B; }
span { border-color: rgb(170,205,107); }
td.TdClassName
{
border-color: #AACD6B;
}
.TagClassName
{
border-color: #AACD6B;
}
</style>