Shades of Caper #AED476
Tints of Caper #AED476
RGB
CMYK
RGB Variations
Color information
#AED476 (or 0xAED476) is known color: Caper. HEX triplet: AE, D4 and 76. RGB value is (174,212,118). Sum of RGB (Red+Green+Blue) = 174+212+118=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #AED476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED476 is #512B89. Grayscale: #BEBEBE. Windows color (decimal): -5319562 or 7787694. OLE color: 7787694.
HSL color Cylindrical-coordinate representation of color #AED476: hue angle of 84.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AED476 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 118 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.17 |
| HSL | 84.26º | 0.52% | 0.65% | - |
| HSV(B) | 84.26º | 0.44% | 0.83% | - |
| XYZ | 44.27 | 57.39 | 25.88 | - |
| YUV | 189.92 | 87.41 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 118 | 0.18 | 0 | 0.44 | 0.17 | 84.26 | 0.52 | 0.65 |
| Hex | AE | D4 | 76 | 12 | 0 | 2C | 11 | 54 | 34 | 41 |
| Octal | 256 | 324 | 166 | 22 | 0 | 54 | 21 | 124 | 64 | 101 |
| Binary | 10101110 | 11010100 | 1110110 | 10010 | 0 | 101100 | 10001 | 1010100 | 110100 | 1000001 |
Color Harmonies of #AED476
Complementary color
Monochromatic Colors of #AED476
Black with #AED476
Text Example
Text Example
White with #AED476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED476; }
p { color: rgb(174,212,118); }
H1.HeaderClassName
{
color: #AED476;
}
.AnyTagClassName
{
color: #AED476;
}
</style>
background-color css
<style>
a { background-color: #AED476; }
a { background-color: rgb(174,212,118); }
div.DivClassName
{
background-color: #AED476;
}
.BgClassName
{
background-color: #AED476;
}
</style>
border-color css
<style>
span { border-color: #AED476; }
span { border-color: rgb(174,212,118); }
td.TdClassName
{
border-color: #AED476;
}
.TagClassName
{
border-color: #AED476;
}
</style>