Shades of Caper #AECF70
Tints of Caper #AECF70
RGB
CMYK
RGB Variations
Color information
#AECF70 (or 0xAECF70) is known color: Caper. HEX triplet: AE, CF and 70. RGB value is (174,207,112). Sum of RGB (Red+Green+Blue) = 174+207+112=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF70 is #51308F. Grayscale: #BABABA. Windows color (decimal): -5320848 or 7393198. OLE color: 7393198.
HSL color Cylindrical-coordinate representation of color #AECF70: hue angle of 80.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AECF70 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 112 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.19 |
| HSL | 80.84º | 0.5% | 0.63% | - |
| HSV(B) | 80.84º | 0.46% | 0.81% | - |
| XYZ | 42.69 | 54.79 | 23.66 | - |
| YUV | 186.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 112 | 0.16 | 0 | 0.46 | 0.19 | 80.84 | 0.5 | 0.63 |
| Hex | AE | CF | 70 | 10 | 0 | 2E | 13 | 51 | 32 | 3F |
| Octal | 256 | 317 | 160 | 20 | 0 | 56 | 23 | 121 | 62 | 77 |
| Binary | 10101110 | 11001111 | 1110000 | 10000 | 0 | 101110 | 10011 | 1010001 | 110010 | 111111 |
Color Harmonies of #AECF70
Complementary color
Monochromatic Colors of #AECF70
Black with #AECF70
Text Example
Text Example
White with #AECF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF70; }
p { color: rgb(174,207,112); }
H1.HeaderClassName
{
color: #AECF70;
}
.AnyTagClassName
{
color: #AECF70;
}
</style>
background-color css
<style>
a { background-color: #AECF70; }
a { background-color: rgb(174,207,112); }
div.DivClassName
{
background-color: #AECF70;
}
.BgClassName
{
background-color: #AECF70;
}
</style>
border-color css
<style>
span { border-color: #AECF70; }
span { border-color: rgb(174,207,112); }
td.TdClassName
{
border-color: #AECF70;
}
.TagClassName
{
border-color: #AECF70;
}
</style>