Shades of Caper #AECD74
Tints of Caper #AECD74
RGB
CMYK
RGB Variations
Color information
#AECD74 (or 0xAECD74) is known color: Caper. HEX triplet: AE, CD and 74. RGB value is (174,205,116). Sum of RGB (Red+Green+Blue) = 174+205+116=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD74 is #51328B. Grayscale: #B9B9B9. Windows color (decimal): -5321356 or 7654830. OLE color: 7654830.
HSL color Cylindrical-coordinate representation of color #AECD74: hue angle of 80.9º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AECD74 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 116 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.20 |
| HSL | 80.9º | 0.47% | 0.63% | - |
| HSV(B) | 80.9º | 0.43% | 0.8% | - |
| XYZ | 42.44 | 53.92 | 24.69 | - |
| YUV | 185.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 116 | 0.15 | 0 | 0.43 | 0.20 | 80.9 | 0.47 | 0.63 |
| Hex | AE | CD | 74 | F | 0 | 2B | 14 | 51 | 2F | 3F |
| Octal | 256 | 315 | 164 | 17 | 0 | 53 | 24 | 121 | 57 | 77 |
| Binary | 10101110 | 11001101 | 1110100 | 1111 | 0 | 101011 | 10100 | 1010001 | 101111 | 111111 |
Color Harmonies of #AECD74
Complementary color
Monochromatic Colors of #AECD74
Black with #AECD74
Text Example
Text Example
White with #AECD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD74; }
p { color: rgb(174,205,116); }
H1.HeaderClassName
{
color: #AECD74;
}
.AnyTagClassName
{
color: #AECD74;
}
</style>
background-color css
<style>
a { background-color: #AECD74; }
a { background-color: rgb(174,205,116); }
div.DivClassName
{
background-color: #AECD74;
}
.BgClassName
{
background-color: #AECD74;
}
</style>
border-color css
<style>
span { border-color: #AECD74; }
span { border-color: rgb(174,205,116); }
td.TdClassName
{
border-color: #AECD74;
}
.TagClassName
{
border-color: #AECD74;
}
</style>