Shades of Caper #AACC78
Tints of Caper #AACC78
RGB
CMYK
RGB Variations
Color information
#AACC78 (or 0xAACC78) is known color: Caper. HEX triplet: AA, CC and 78. RGB value is (170,204,120). Sum of RGB (Red+Green+Blue) = 170+204+120=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC78 is #553387. Grayscale: #B8B8B8. Windows color (decimal): -5583752 or 7916714. OLE color: 7916714.
HSL color Cylindrical-coordinate representation of color #AACC78: hue angle of 84.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AACC78 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 120 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.2 |
| HSL | 84.29º | 0.45% | 0.64% | - |
| HSV(B) | 84.29º | 0.41% | 0.8% | - |
| XYZ | 41.56 | 53.09 | 25.83 | - |
| YUV | 184.26 | 91.74 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 120 | 0.17 | 0 | 0.41 | 0.2 | 84.29 | 0.45 | 0.64 |
| Hex | AA | CC | 78 | 11 | 0 | 29 | 14 | 54 | 2D | 40 |
| Octal | 252 | 314 | 170 | 21 | 0 | 51 | 24 | 124 | 55 | 100 |
| Binary | 10101010 | 11001100 | 1111000 | 10001 | 0 | 101001 | 10100 | 1010100 | 101101 | 1000000 |
Color Harmonies of #AACC78
Complementary color
Monochromatic Colors of #AACC78
Black with #AACC78
Text Example
Text Example
White with #AACC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC78; }
p { color: rgb(170,204,120); }
H1.HeaderClassName
{
color: #AACC78;
}
.AnyTagClassName
{
color: #AACC78;
}
</style>
background-color css
<style>
a { background-color: #AACC78; }
a { background-color: rgb(170,204,120); }
div.DivClassName
{
background-color: #AACC78;
}
.BgClassName
{
background-color: #AACC78;
}
</style>
border-color css
<style>
span { border-color: #AACC78; }
span { border-color: rgb(170,204,120); }
td.TdClassName
{
border-color: #AACC78;
}
.TagClassName
{
border-color: #AACC78;
}
</style>