Shades of Caper #AED078
Tints of Caper #AED078
RGB
CMYK
RGB Variations
Color information
#AED078 (or 0xAED078) is known color: Caper. HEX triplet: AE, D0 and 78. RGB value is (174,208,120). Sum of RGB (Red+Green+Blue) = 174+208+120=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #AED078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED078 is #512F87. Grayscale: #BCBCBC. Windows color (decimal): -5320584 or 7917742. OLE color: 7917742.
HSL color Cylindrical-coordinate representation of color #AED078: hue angle of 83.18º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AED078 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 120 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.18 |
| HSL | 83.18º | 0.48% | 0.64% | - |
| HSV(B) | 83.18º | 0.42% | 0.82% | - |
| XYZ | 43.4 | 55.47 | 26.19 | - |
| YUV | 187.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 120 | 0.16 | 0 | 0.42 | 0.18 | 83.18 | 0.48 | 0.64 |
| Hex | AE | D0 | 78 | 10 | 0 | 2A | 12 | 53 | 30 | 40 |
| Octal | 256 | 320 | 170 | 20 | 0 | 52 | 22 | 123 | 60 | 100 |
| Binary | 10101110 | 11010000 | 1111000 | 10000 | 0 | 101010 | 10010 | 1010011 | 110000 | 1000000 |
Color Harmonies of #AED078
Complementary color
Monochromatic Colors of #AED078
Black with #AED078
Text Example
Text Example
White with #AED078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED078; }
p { color: rgb(174,208,120); }
H1.HeaderClassName
{
color: #AED078;
}
.AnyTagClassName
{
color: #AED078;
}
</style>
background-color css
<style>
a { background-color: #AED078; }
a { background-color: rgb(174,208,120); }
div.DivClassName
{
background-color: #AED078;
}
.BgClassName
{
background-color: #AED078;
}
</style>
border-color css
<style>
span { border-color: #AED078; }
span { border-color: rgb(174,208,120); }
td.TdClassName
{
border-color: #AED078;
}
.TagClassName
{
border-color: #AED078;
}
</style>