Shades of Caper #AED06E
Tints of Caper #AED06E
RGB
CMYK
RGB Variations
Color information
#AED06E (or 0xAED06E) is known color: Caper. HEX triplet: AE, D0 and 6E. RGB value is (174,208,110). Sum of RGB (Red+Green+Blue) = 174+208+110=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #AED06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED06E is #512F91. Grayscale: #BBBBBB. Windows color (decimal): -5320594 or 7262382. OLE color: 7262382.
HSL color Cylindrical-coordinate representation of color #AED06E: hue angle of 80.82º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AED06E is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 110 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.18 |
| HSL | 80.82º | 0.51% | 0.62% | - |
| HSV(B) | 80.82º | 0.47% | 0.82% | - |
| XYZ | 42.83 | 55.24 | 23.16 | - |
| YUV | 186.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 110 | 0.16 | 0 | 0.47 | 0.18 | 80.82 | 0.51 | 0.62 |
| Hex | AE | D0 | 6E | 10 | 0 | 2F | 12 | 51 | 33 | 3E |
| Octal | 256 | 320 | 156 | 20 | 0 | 57 | 22 | 121 | 63 | 76 |
| Binary | 10101110 | 11010000 | 1101110 | 10000 | 0 | 101111 | 10010 | 1010001 | 110011 | 111110 |
Color Harmonies of #AED06E
Complementary color
Monochromatic Colors of #AED06E
Black with #AED06E
Text Example
Text Example
White with #AED06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED06E; }
p { color: rgb(174,208,110); }
H1.HeaderClassName
{
color: #AED06E;
}
.AnyTagClassName
{
color: #AED06E;
}
</style>
background-color css
<style>
a { background-color: #AED06E; }
a { background-color: rgb(174,208,110); }
div.DivClassName
{
background-color: #AED06E;
}
.BgClassName
{
background-color: #AED06E;
}
</style>
border-color css
<style>
span { border-color: #AED06E; }
span { border-color: rgb(174,208,110); }
td.TdClassName
{
border-color: #AED06E;
}
.TagClassName
{
border-color: #AED06E;
}
</style>