Shades of Caper #AED170
Tints of Caper #AED170
RGB
CMYK
RGB Variations
Color information
#AED170 (or 0xAED170) is known color: Caper. HEX triplet: AE, D1 and 70. RGB value is (174,209,112). Sum of RGB (Red+Green+Blue) = 174+209+112=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #AED170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED170 is #512E8F. Grayscale: #BBBBBB. Windows color (decimal): -5320336 or 7393710. OLE color: 7393710.
HSL color Cylindrical-coordinate representation of color #AED170: hue angle of 81.65º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AED170 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 112 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.18 |
| HSL | 81.65º | 0.51% | 0.63% | - |
| HSV(B) | 81.65º | 0.46% | 0.82% | - |
| XYZ | 43.18 | 55.77 | 23.82 | - |
| YUV | 187.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 112 | 0.17 | 0 | 0.46 | 0.18 | 81.65 | 0.51 | 0.63 |
| Hex | AE | D1 | 70 | 11 | 0 | 2E | 12 | 52 | 33 | 3F |
| Octal | 256 | 321 | 160 | 21 | 0 | 56 | 22 | 122 | 63 | 77 |
| Binary | 10101110 | 11010001 | 1110000 | 10001 | 0 | 101110 | 10010 | 1010010 | 110011 | 111111 |
Color Harmonies of #AED170
Complementary color
Monochromatic Colors of #AED170
Black with #AED170
Text Example
Text Example
White with #AED170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED170; }
p { color: rgb(174,209,112); }
H1.HeaderClassName
{
color: #AED170;
}
.AnyTagClassName
{
color: #AED170;
}
</style>
background-color css
<style>
a { background-color: #AED170; }
a { background-color: rgb(174,209,112); }
div.DivClassName
{
background-color: #AED170;
}
.BgClassName
{
background-color: #AED170;
}
</style>
border-color css
<style>
span { border-color: #AED170; }
span { border-color: rgb(174,209,112); }
td.TdClassName
{
border-color: #AED170;
}
.TagClassName
{
border-color: #AED170;
}
</style>