Shades of Caper #AED17D
Tints of Caper #AED17D
RGB
CMYK
RGB Variations
Color information
#AED17D (or 0xAED17D) is known color: Caper. HEX triplet: AE, D1 and 7D. RGB value is (174,209,125). Sum of RGB (Red+Green+Blue) = 174+209+125=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #AED17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED17D is #512E82. Grayscale: #BDBDBD. Windows color (decimal): -5320323 or 8245678. OLE color: 8245678.
HSL color Cylindrical-coordinate representation of color #AED17D: hue angle of 85º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED17D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 125 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.18 |
| HSL | 85º | 0.48% | 0.65% | - |
| HSV(B) | 85º | 0.4% | 0.82% | - |
| XYZ | 43.96 | 56.08 | 27.91 | - |
| YUV | 188.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 125 | 0.17 | 0 | 0.40 | 0.18 | 85 | 0.48 | 0.65 |
| Hex | AE | D1 | 7D | 11 | 0 | 28 | 12 | 55 | 30 | 41 |
| Octal | 256 | 321 | 175 | 21 | 0 | 50 | 22 | 125 | 60 | 101 |
| Binary | 10101110 | 11010001 | 1111101 | 10001 | 0 | 101000 | 10010 | 1010101 | 110000 | 1000001 |
Color Harmonies of #AED17D
Complementary color
Monochromatic Colors of #AED17D
Black with #AED17D
Text Example
Text Example
White with #AED17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED17D; }
p { color: rgb(174,209,125); }
H1.HeaderClassName
{
color: #AED17D;
}
.AnyTagClassName
{
color: #AED17D;
}
</style>
background-color css
<style>
a { background-color: #AED17D; }
a { background-color: rgb(174,209,125); }
div.DivClassName
{
background-color: #AED17D;
}
.BgClassName
{
background-color: #AED17D;
}
</style>
border-color css
<style>
span { border-color: #AED17D; }
span { border-color: rgb(174,209,125); }
td.TdClassName
{
border-color: #AED17D;
}
.TagClassName
{
border-color: #AED17D;
}
</style>