Shades of Caper #AED172
Tints of Caper #AED172
RGB
CMYK
RGB Variations
Color information
#AED172 (or 0xAED172) is known color: Caper. HEX triplet: AE, D1 and 72. RGB value is (174,209,114). Sum of RGB (Red+Green+Blue) = 174+209+114=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #AED172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED172 is #512E8D. Grayscale: #BCBCBC. Windows color (decimal): -5320334 or 7524782. OLE color: 7524782.
HSL color Cylindrical-coordinate representation of color #AED172: hue angle of 82.11º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AED172 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 114 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.18 |
| HSL | 82.11º | 0.51% | 0.63% | - |
| HSV(B) | 82.11º | 0.45% | 0.82% | - |
| XYZ | 43.29 | 55.81 | 24.41 | - |
| YUV | 187.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 114 | 0.17 | 0 | 0.45 | 0.18 | 82.11 | 0.51 | 0.63 |
| Hex | AE | D1 | 72 | 11 | 0 | 2D | 12 | 52 | 33 | 3F |
| Octal | 256 | 321 | 162 | 21 | 0 | 55 | 22 | 122 | 63 | 77 |
| Binary | 10101110 | 11010001 | 1110010 | 10001 | 0 | 101101 | 10010 | 1010010 | 110011 | 111111 |
Color Harmonies of #AED172
Complementary color
Monochromatic Colors of #AED172
Black with #AED172
Text Example
Text Example
White with #AED172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED172; }
p { color: rgb(174,209,114); }
H1.HeaderClassName
{
color: #AED172;
}
.AnyTagClassName
{
color: #AED172;
}
</style>
background-color css
<style>
a { background-color: #AED172; }
a { background-color: rgb(174,209,114); }
div.DivClassName
{
background-color: #AED172;
}
.BgClassName
{
background-color: #AED172;
}
</style>
border-color css
<style>
span { border-color: #AED172; }
span { border-color: rgb(174,209,114); }
td.TdClassName
{
border-color: #AED172;
}
.TagClassName
{
border-color: #AED172;
}
</style>