Shades of Caper #AED56E
Tints of Caper #AED56E
RGB
CMYK
RGB Variations
Color information
#AED56E (or 0xAED56E) is known color: Caper. HEX triplet: AE, D5 and 6E. RGB value is (174,213,110). Sum of RGB (Red+Green+Blue) = 174+213+110=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #AED56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED56E is #512A91. Grayscale: #BDBDBD. Windows color (decimal): -5319314 or 7263662. OLE color: 7263662.
HSL color Cylindrical-coordinate representation of color #AED56E: hue angle of 82.72º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AED56E is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 110 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.16 |
| HSL | 82.72º | 0.55% | 0.63% | - |
| HSV(B) | 82.72º | 0.48% | 0.84% | - |
| XYZ | 44.06 | 57.71 | 23.57 | - |
| YUV | 189.6 | 83.08 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 110 | 0.18 | 0 | 0.48 | 0.16 | 82.72 | 0.55 | 0.63 |
| Hex | AE | D5 | 6E | 12 | 0 | 30 | 10 | 53 | 37 | 3F |
| Octal | 256 | 325 | 156 | 22 | 0 | 60 | 20 | 123 | 67 | 77 |
| Binary | 10101110 | 11010101 | 1101110 | 10010 | 0 | 110000 | 10000 | 1010011 | 110111 | 111111 |
Color Harmonies of #AED56E
Complementary color
Monochromatic Colors of #AED56E
Black with #AED56E
Text Example
Text Example
White with #AED56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED56E; }
p { color: rgb(174,213,110); }
H1.HeaderClassName
{
color: #AED56E;
}
.AnyTagClassName
{
color: #AED56E;
}
</style>
background-color css
<style>
a { background-color: #AED56E; }
a { background-color: rgb(174,213,110); }
div.DivClassName
{
background-color: #AED56E;
}
.BgClassName
{
background-color: #AED56E;
}
</style>
border-color css
<style>
span { border-color: #AED56E; }
span { border-color: rgb(174,213,110); }
td.TdClassName
{
border-color: #AED56E;
}
.TagClassName
{
border-color: #AED56E;
}
</style>