Shades of Caper #AED26D
Tints of Caper #AED26D
RGB
CMYK
RGB Variations
Color information
#AED26D (or 0xAED26D) is known color: Caper. HEX triplet: AE, D2 and 6D. RGB value is (174,210,109). Sum of RGB (Red+Green+Blue) = 174+210+109=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #AED26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED26D is #512D92. Grayscale: #BCBCBC. Windows color (decimal): -5320083 or 7197358. OLE color: 7197358.
HSL color Cylindrical-coordinate representation of color #AED26D: hue angle of 81.39º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AED26D is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 109 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.18 |
| HSL | 81.39º | 0.53% | 0.63% | - |
| HSV(B) | 81.39º | 0.48% | 0.82% | - |
| XYZ | 43.26 | 56.2 | 23.03 | - |
| YUV | 187.72 | 83.57 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 109 | 0.17 | 0 | 0.48 | 0.18 | 81.39 | 0.53 | 0.63 |
| Hex | AE | D2 | 6D | 11 | 0 | 30 | 12 | 51 | 35 | 3F |
| Octal | 256 | 322 | 155 | 21 | 0 | 60 | 22 | 121 | 65 | 77 |
| Binary | 10101110 | 11010010 | 1101101 | 10001 | 0 | 110000 | 10010 | 1010001 | 110101 | 111111 |
Color Harmonies of #AED26D
Complementary color
Monochromatic Colors of #AED26D
Black with #AED26D
Text Example
Text Example
White with #AED26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED26D; }
p { color: rgb(174,210,109); }
H1.HeaderClassName
{
color: #AED26D;
}
.AnyTagClassName
{
color: #AED26D;
}
</style>
background-color css
<style>
a { background-color: #AED26D; }
a { background-color: rgb(174,210,109); }
div.DivClassName
{
background-color: #AED26D;
}
.BgClassName
{
background-color: #AED26D;
}
</style>
border-color css
<style>
span { border-color: #AED26D; }
span { border-color: rgb(174,210,109); }
td.TdClassName
{
border-color: #AED26D;
}
.TagClassName
{
border-color: #AED26D;
}
</style>