Shades of Caper #AACC70
Tints of Caper #AACC70
RGB
CMYK
RGB Variations
Color information
#AACC70 (or 0xAACC70) is known color: Caper. HEX triplet: AA, CC and 70. RGB value is (170,204,112). Sum of RGB (Red+Green+Blue) = 170+204+112=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC70 is #55338F. Grayscale: #B7B7B7. Windows color (decimal): -5583760 or 7392426. OLE color: 7392426.
HSL color Cylindrical-coordinate representation of color #AACC70: hue angle of 82.17º 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 #AACC70 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 112 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.2 |
| HSL | 82.17º | 0.47% | 0.62% | - |
| HSV(B) | 82.17º | 0.45% | 0.8% | - |
| XYZ | 41.1 | 52.9 | 23.37 | - |
| YUV | 183.35 | 87.74 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 112 | 0.17 | 0 | 0.45 | 0.2 | 82.17 | 0.47 | 0.62 |
| Hex | AA | CC | 70 | 11 | 0 | 2D | 14 | 52 | 2F | 3E |
| Octal | 252 | 314 | 160 | 21 | 0 | 55 | 24 | 122 | 57 | 76 |
| Binary | 10101010 | 11001100 | 1110000 | 10001 | 0 | 101101 | 10100 | 1010010 | 101111 | 111110 |
Color Harmonies of #AACC70
Complementary color
Monochromatic Colors of #AACC70
Black with #AACC70
Text Example
Text Example
White with #AACC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC70; }
p { color: rgb(170,204,112); }
H1.HeaderClassName
{
color: #AACC70;
}
.AnyTagClassName
{
color: #AACC70;
}
</style>
background-color css
<style>
a { background-color: #AACC70; }
a { background-color: rgb(170,204,112); }
div.DivClassName
{
background-color: #AACC70;
}
.BgClassName
{
background-color: #AACC70;
}
</style>
border-color css
<style>
span { border-color: #AACC70; }
span { border-color: rgb(170,204,112); }
td.TdClassName
{
border-color: #AACC70;
}
.TagClassName
{
border-color: #AACC70;
}
</style>