Shades of Caper #AACC71
Tints of Caper #AACC71
RGB
CMYK
RGB Variations
Color information
#AACC71 (or 0xAACC71) is known color: Caper. HEX triplet: AA, CC and 71. RGB value is (170,204,113). Sum of RGB (Red+Green+Blue) = 170+204+113=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC71 is #55338E. Grayscale: #B7B7B7. Windows color (decimal): -5583759 or 7457962. OLE color: 7457962.
HSL color Cylindrical-coordinate representation of color #AACC71: hue angle of 82.42º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AACC71 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 113 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.2 |
| HSL | 82.42º | 0.47% | 0.62% | - |
| HSV(B) | 82.42º | 0.45% | 0.8% | - |
| XYZ | 41.15 | 52.92 | 23.67 | - |
| YUV | 183.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 113 | 0.17 | 0 | 0.45 | 0.2 | 82.42 | 0.47 | 0.62 |
| Hex | AA | CC | 71 | 11 | 0 | 2D | 14 | 52 | 2F | 3E |
| Octal | 252 | 314 | 161 | 21 | 0 | 55 | 24 | 122 | 57 | 76 |
| Binary | 10101010 | 11001100 | 1110001 | 10001 | 0 | 101101 | 10100 | 1010010 | 101111 | 111110 |
Color Harmonies of #AACC71
Complementary color
Monochromatic Colors of #AACC71
Black with #AACC71
Text Example
Text Example
White with #AACC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC71; }
p { color: rgb(170,204,113); }
H1.HeaderClassName
{
color: #AACC71;
}
.AnyTagClassName
{
color: #AACC71;
}
</style>
background-color css
<style>
a { background-color: #AACC71; }
a { background-color: rgb(170,204,113); }
div.DivClassName
{
background-color: #AACC71;
}
.BgClassName
{
background-color: #AACC71;
}
</style>
border-color css
<style>
span { border-color: #AACC71; }
span { border-color: rgb(170,204,113); }
td.TdClassName
{
border-color: #AACC71;
}
.TagClassName
{
border-color: #AACC71;
}
</style>