Shades of Caper #AECE80
Tints of Caper #AECE80
RGB
CMYK
RGB Variations
Color information
#AECE80 (or 0xAECE80) is known color: Caper. HEX triplet: AE, CE and 80. RGB value is (174,206,128). Sum of RGB (Red+Green+Blue) = 174+206+128=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECE80 is #51317F. Grayscale: #BBBBBB. Windows color (decimal): -5321088 or 8441518. OLE color: 8441518.
HSL color Cylindrical-coordinate representation of color #AECE80: hue angle of 84.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AECE80 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 128 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.19 |
| HSL | 84.62º | 0.44% | 0.65% | - |
| HSV(B) | 84.62º | 0.38% | 0.81% | - |
| XYZ | 43.42 | 54.7 | 28.69 | - |
| YUV | 187.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 128 | 0.16 | 0 | 0.38 | 0.19 | 84.62 | 0.44 | 0.65 |
| Hex | AE | CE | 80 | 10 | 0 | 26 | 13 | 55 | 2C | 41 |
| Octal | 256 | 316 | 200 | 20 | 0 | 46 | 23 | 125 | 54 | 101 |
| Binary | 10101110 | 11001110 | 10000000 | 10000 | 0 | 100110 | 10011 | 1010101 | 101100 | 1000001 |
Color Harmonies of #AECE80
Complementary color
Monochromatic Colors of #AECE80
Black with #AECE80
Text Example
Text Example
White with #AECE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE80; }
p { color: rgb(174,206,128); }
H1.HeaderClassName
{
color: #AECE80;
}
.AnyTagClassName
{
color: #AECE80;
}
</style>
background-color css
<style>
a { background-color: #AECE80; }
a { background-color: rgb(174,206,128); }
div.DivClassName
{
background-color: #AECE80;
}
.BgClassName
{
background-color: #AECE80;
}
</style>
border-color css
<style>
span { border-color: #AECE80; }
span { border-color: rgb(174,206,128); }
td.TdClassName
{
border-color: #AECE80;
}
.TagClassName
{
border-color: #AECE80;
}
</style>