Shades of Caper #AED271
Tints of Caper #AED271
RGB
CMYK
RGB Variations
Color information
#AED271 (or 0xAED271) is known color: Caper. HEX triplet: AE, D2 and 71. RGB value is (174,210,113). Sum of RGB (Red+Green+Blue) = 174+210+113=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #AED271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED271 is #512D8E. Grayscale: #BCBCBC. Windows color (decimal): -5320079 or 7459502. OLE color: 7459502.
HSL color Cylindrical-coordinate representation of color #AED271: hue angle of 82.27º degrees, saturation: 0.52, 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 #AED271 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 113 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.18 |
| HSL | 82.27º | 0.52% | 0.63% | - |
| HSV(B) | 82.27º | 0.46% | 0.82% | - |
| XYZ | 43.48 | 56.28 | 24.19 | - |
| YUV | 188.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 113 | 0.17 | 0 | 0.46 | 0.18 | 82.27 | 0.52 | 0.63 |
| Hex | AE | D2 | 71 | 11 | 0 | 2E | 12 | 52 | 34 | 3F |
| Octal | 256 | 322 | 161 | 21 | 0 | 56 | 22 | 122 | 64 | 77 |
| Binary | 10101110 | 11010010 | 1110001 | 10001 | 0 | 101110 | 10010 | 1010010 | 110100 | 111111 |
Color Harmonies of #AED271
Complementary color
Monochromatic Colors of #AED271
Black with #AED271
Text Example
Text Example
White with #AED271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED271; }
p { color: rgb(174,210,113); }
H1.HeaderClassName
{
color: #AED271;
}
.AnyTagClassName
{
color: #AED271;
}
</style>
background-color css
<style>
a { background-color: #AED271; }
a { background-color: rgb(174,210,113); }
div.DivClassName
{
background-color: #AED271;
}
.BgClassName
{
background-color: #AED271;
}
</style>
border-color css
<style>
span { border-color: #AED271; }
span { border-color: rgb(174,210,113); }
td.TdClassName
{
border-color: #AED271;
}
.TagClassName
{
border-color: #AED271;
}
</style>