Shades of Caper #AED470
Tints of Caper #AED470
RGB
CMYK
RGB Variations
Color information
#AED470 (or 0xAED470) is known color: Caper. HEX triplet: AE, D4 and 70. RGB value is (174,212,112). Sum of RGB (Red+Green+Blue) = 174+212+112=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #AED470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED470 is #512B8F. Grayscale: #BDBDBD. Windows color (decimal): -5319568 or 7394478. OLE color: 7394478.
HSL color Cylindrical-coordinate representation of color #AED470: hue angle of 82.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AED470 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 112 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.17 |
| HSL | 82.8º | 0.54% | 0.64% | - |
| HSV(B) | 82.8º | 0.47% | 0.83% | - |
| XYZ | 43.92 | 57.26 | 24.07 | - |
| YUV | 189.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 112 | 0.18 | 0 | 0.47 | 0.17 | 82.8 | 0.54 | 0.64 |
| Hex | AE | D4 | 70 | 12 | 0 | 2F | 11 | 53 | 36 | 40 |
| Octal | 256 | 324 | 160 | 22 | 0 | 57 | 21 | 123 | 66 | 100 |
| Binary | 10101110 | 11010100 | 1110000 | 10010 | 0 | 101111 | 10001 | 1010011 | 110110 | 1000000 |
Color Harmonies of #AED470
Complementary color
Monochromatic Colors of #AED470
Black with #AED470
Text Example
Text Example
White with #AED470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED470; }
p { color: rgb(174,212,112); }
H1.HeaderClassName
{
color: #AED470;
}
.AnyTagClassName
{
color: #AED470;
}
</style>
background-color css
<style>
a { background-color: #AED470; }
a { background-color: rgb(174,212,112); }
div.DivClassName
{
background-color: #AED470;
}
.BgClassName
{
background-color: #AED470;
}
</style>
border-color css
<style>
span { border-color: #AED470; }
span { border-color: rgb(174,212,112); }
td.TdClassName
{
border-color: #AED470;
}
.TagClassName
{
border-color: #AED470;
}
</style>