Shades of Caper #AACC6E
Tints of Caper #AACC6E
RGB
CMYK
RGB Variations
Color information
#AACC6E (or 0xAACC6E) is known color: Caper. HEX triplet: AA, CC and 6E. RGB value is (170,204,110). Sum of RGB (Red+Green+Blue) = 170+204+110=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC6E is #553391. Grayscale: #B7B7B7. Windows color (decimal): -5583762 or 7261354. OLE color: 7261354.
HSL color Cylindrical-coordinate representation of color #AACC6E: hue angle of 81.7º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AACC6E is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 110 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.2 |
| HSL | 81.7º | 0.48% | 0.62% | - |
| HSV(B) | 81.7º | 0.46% | 0.8% | - |
| XYZ | 40.98 | 52.86 | 22.79 | - |
| YUV | 183.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 110 | 0.17 | 0 | 0.46 | 0.2 | 81.7 | 0.48 | 0.62 |
| Hex | AA | CC | 6E | 11 | 0 | 2E | 14 | 52 | 30 | 3E |
| Octal | 252 | 314 | 156 | 21 | 0 | 56 | 24 | 122 | 60 | 76 |
| Binary | 10101010 | 11001100 | 1101110 | 10001 | 0 | 101110 | 10100 | 1010010 | 110000 | 111110 |
Color Harmonies of #AACC6E
Complementary color
Monochromatic Colors of #AACC6E
Black with #AACC6E
Text Example
Text Example
White with #AACC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC6E; }
p { color: rgb(170,204,110); }
H1.HeaderClassName
{
color: #AACC6E;
}
.AnyTagClassName
{
color: #AACC6E;
}
</style>
background-color css
<style>
a { background-color: #AACC6E; }
a { background-color: rgb(170,204,110); }
div.DivClassName
{
background-color: #AACC6E;
}
.BgClassName
{
background-color: #AACC6E;
}
</style>
border-color css
<style>
span { border-color: #AACC6E; }
span { border-color: rgb(170,204,110); }
td.TdClassName
{
border-color: #AACC6E;
}
.TagClassName
{
border-color: #AACC6E;
}
</style>