Shades of Caper #AEC57E
Tints of Caper #AEC57E
RGB
CMYK
RGB Variations
Color information
#AEC57E (or 0xAEC57E) is known color: Caper. HEX triplet: AE, C5 and 7E. RGB value is (174,197,126). Sum of RGB (Red+Green+Blue) = 174+197+126=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC57E is #513A81. Grayscale: #B6B6B6. Windows color (decimal): -5323394 or 8308142. OLE color: 8308142.
HSL color Cylindrical-coordinate representation of color #AEC57E: hue angle of 79.44º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEC57E is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 126 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.23 |
| HSL | 79.44º | 0.38% | 0.63% | - |
| HSV(B) | 79.44º | 0.36% | 0.77% | - |
| XYZ | 41.19 | 50.44 | 27.3 | - |
| YUV | 182.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 126 | 0.12 | 0 | 0.36 | 0.23 | 79.44 | 0.38 | 0.63 |
| Hex | AE | C5 | 7E | C | 0 | 24 | 17 | 4F | 26 | 3F |
| Octal | 256 | 305 | 176 | 14 | 0 | 44 | 27 | 117 | 46 | 77 |
| Binary | 10101110 | 11000101 | 1111110 | 1100 | 0 | 100100 | 10111 | 1001111 | 100110 | 111111 |
Color Harmonies of #AEC57E
Complementary color
Monochromatic Colors of #AEC57E
Black with #AEC57E
Text Example
Text Example
White with #AEC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC57E; }
p { color: rgb(174,197,126); }
H1.HeaderClassName
{
color: #AEC57E;
}
.AnyTagClassName
{
color: #AEC57E;
}
</style>
background-color css
<style>
a { background-color: #AEC57E; }
a { background-color: rgb(174,197,126); }
div.DivClassName
{
background-color: #AEC57E;
}
.BgClassName
{
background-color: #AEC57E;
}
</style>
border-color css
<style>
span { border-color: #AEC57E; }
span { border-color: rgb(174,197,126); }
td.TdClassName
{
border-color: #AEC57E;
}
.TagClassName
{
border-color: #AEC57E;
}
</style>