Shades of Caper #AEC58E
Tints of Caper #AEC58E
RGB
CMYK
RGB Variations
Color information
#AEC58E (or 0xAEC58E) is known color: Caper. HEX triplet: AE, C5 and 8E. RGB value is (174,197,142). Sum of RGB (Red+Green+Blue) = 174+197+142=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC58E is #513A71. Grayscale: #B8B8B8. Windows color (decimal): -5323378 or 9356718. OLE color: 9356718.
HSL color Cylindrical-coordinate representation of color #AEC58E: hue angle of 85.09º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEC58E is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 142 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.23 |
| HSL | 85.09º | 0.32% | 0.66% | - |
| HSV(B) | 85.09º | 0.28% | 0.77% | - |
| XYZ | 42.3 | 50.88 | 33.18 | - |
| YUV | 183.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 142 | 0.12 | 0 | 0.28 | 0.23 | 85.09 | 0.32 | 0.66 |
| Hex | AE | C5 | 8E | C | 0 | 1C | 17 | 55 | 20 | 42 |
| Octal | 256 | 305 | 216 | 14 | 0 | 34 | 27 | 125 | 40 | 102 |
| Binary | 10101110 | 11000101 | 10001110 | 1100 | 0 | 11100 | 10111 | 1010101 | 100000 | 1000010 |
Color Harmonies of #AEC58E
Complementary color
Monochromatic Colors of #AEC58E
Black with #AEC58E
Text Example
Text Example
White with #AEC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC58E; }
p { color: rgb(174,197,142); }
H1.HeaderClassName
{
color: #AEC58E;
}
.AnyTagClassName
{
color: #AEC58E;
}
</style>
background-color css
<style>
a { background-color: #AEC58E; }
a { background-color: rgb(174,197,142); }
div.DivClassName
{
background-color: #AEC58E;
}
.BgClassName
{
background-color: #AEC58E;
}
</style>
border-color css
<style>
span { border-color: #AEC58E; }
span { border-color: rgb(174,197,142); }
td.TdClassName
{
border-color: #AEC58E;
}
.TagClassName
{
border-color: #AEC58E;
}
</style>