Shades of Caper #AECC70
Tints of Caper #AECC70
RGB
CMYK
RGB Variations
Color information
#AECC70 (or 0xAECC70) is known color: Caper. HEX triplet: AE, CC and 70. RGB value is (174,204,112). Sum of RGB (Red+Green+Blue) = 174+204+112=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECC70 is #51338F. Grayscale: #B8B8B8. Windows color (decimal): -5321616 or 7392430. OLE color: 7392430.
HSL color Cylindrical-coordinate representation of color #AECC70: hue angle of 79.57º 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 #AECC70 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 112 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.2 |
| HSL | 79.57º | 0.47% | 0.62% | - |
| HSV(B) | 79.57º | 0.45% | 0.8% | - |
| XYZ | 41.97 | 53.35 | 23.42 | - |
| YUV | 184.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 112 | 0.15 | 0 | 0.45 | 0.2 | 79.57 | 0.47 | 0.62 |
| Hex | AE | CC | 70 | F | 0 | 2D | 14 | 50 | 2F | 3E |
| Octal | 256 | 314 | 160 | 17 | 0 | 55 | 24 | 120 | 57 | 76 |
| Binary | 10101110 | 11001100 | 1110000 | 1111 | 0 | 101101 | 10100 | 1010000 | 101111 | 111110 |
Color Harmonies of #AECC70
Complementary color
Monochromatic Colors of #AECC70
Black with #AECC70
Text Example
Text Example
White with #AECC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC70; }
p { color: rgb(174,204,112); }
H1.HeaderClassName
{
color: #AECC70;
}
.AnyTagClassName
{
color: #AECC70;
}
</style>
background-color css
<style>
a { background-color: #AECC70; }
a { background-color: rgb(174,204,112); }
div.DivClassName
{
background-color: #AECC70;
}
.BgClassName
{
background-color: #AECC70;
}
</style>
border-color css
<style>
span { border-color: #AECC70; }
span { border-color: rgb(174,204,112); }
td.TdClassName
{
border-color: #AECC70;
}
.TagClassName
{
border-color: #AECC70;
}
</style>