Shades of Caper #AED274
Tints of Caper #AED274
RGB
CMYK
RGB Variations
Color information
#AED274 (or 0xAED274) is known color: Caper. HEX triplet: AE, D2 and 74. RGB value is (174,210,116). Sum of RGB (Red+Green+Blue) = 174+210+116=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #AED274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED274 is #512D8B. Grayscale: #BCBCBC. Windows color (decimal): -5320076 or 7656110. OLE color: 7656110.
HSL color Cylindrical-coordinate representation of color #AED274: hue angle of 82.98º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AED274 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 116 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.18 |
| HSL | 82.98º | 0.51% | 0.64% | - |
| HSV(B) | 82.98º | 0.45% | 0.82% | - |
| XYZ | 43.65 | 56.35 | 25.1 | - |
| YUV | 188.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 116 | 0.17 | 0 | 0.45 | 0.18 | 82.98 | 0.51 | 0.64 |
| Hex | AE | D2 | 74 | 11 | 0 | 2D | 12 | 53 | 33 | 40 |
| Octal | 256 | 322 | 164 | 21 | 0 | 55 | 22 | 123 | 63 | 100 |
| Binary | 10101110 | 11010010 | 1110100 | 10001 | 0 | 101101 | 10010 | 1010011 | 110011 | 1000000 |
Color Harmonies of #AED274
Complementary color
Monochromatic Colors of #AED274
Black with #AED274
Text Example
Text Example
White with #AED274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED274; }
p { color: rgb(174,210,116); }
H1.HeaderClassName
{
color: #AED274;
}
.AnyTagClassName
{
color: #AED274;
}
</style>
background-color css
<style>
a { background-color: #AED274; }
a { background-color: rgb(174,210,116); }
div.DivClassName
{
background-color: #AED274;
}
.BgClassName
{
background-color: #AED274;
}
</style>
border-color css
<style>
span { border-color: #AED274; }
span { border-color: rgb(174,210,116); }
td.TdClassName
{
border-color: #AED274;
}
.TagClassName
{
border-color: #AED274;
}
</style>