Shades of Caper #AECE74
Tints of Caper #AECE74
RGB
CMYK
RGB Variations
Color information
#AECE74 (or 0xAECE74) is known color: Caper. HEX triplet: AE, CE and 74. RGB value is (174,206,116). Sum of RGB (Red+Green+Blue) = 174+206+116=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE74 is #51318B. Grayscale: #BABABA. Windows color (decimal): -5321100 or 7655086. OLE color: 7655086.
HSL color Cylindrical-coordinate representation of color #AECE74: hue angle of 81.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AECE74 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 116 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.19 |
| HSL | 81.33º | 0.48% | 0.63% | - |
| HSV(B) | 81.33º | 0.44% | 0.81% | - |
| XYZ | 42.68 | 54.4 | 24.77 | - |
| YUV | 186.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 116 | 0.16 | 0 | 0.44 | 0.19 | 81.33 | 0.48 | 0.63 |
| Hex | AE | CE | 74 | 10 | 0 | 2C | 13 | 51 | 30 | 3F |
| Octal | 256 | 316 | 164 | 20 | 0 | 54 | 23 | 121 | 60 | 77 |
| Binary | 10101110 | 11001110 | 1110100 | 10000 | 0 | 101100 | 10011 | 1010001 | 110000 | 111111 |
Color Harmonies of #AECE74
Complementary color
Monochromatic Colors of #AECE74
Black with #AECE74
Text Example
Text Example
White with #AECE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE74; }
p { color: rgb(174,206,116); }
H1.HeaderClassName
{
color: #AECE74;
}
.AnyTagClassName
{
color: #AECE74;
}
</style>
background-color css
<style>
a { background-color: #AECE74; }
a { background-color: rgb(174,206,116); }
div.DivClassName
{
background-color: #AECE74;
}
.BgClassName
{
background-color: #AECE74;
}
</style>
border-color css
<style>
span { border-color: #AECE74; }
span { border-color: rgb(174,206,116); }
td.TdClassName
{
border-color: #AECE74;
}
.TagClassName
{
border-color: #AECE74;
}
</style>