Shades of Caper #AEC07F
Tints of Caper #AEC07F
RGB
CMYK
RGB Variations
Color information
#AEC07F (or 0xAEC07F) is known color: Caper. HEX triplet: AE, C0 and 7F. RGB value is (174,192,127). Sum of RGB (Red+Green+Blue) = 174+192+127=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC07F is #513F80. Grayscale: #B3B3B3. Windows color (decimal): -5324673 or 8372398. OLE color: 8372398.
HSL color Cylindrical-coordinate representation of color #AEC07F: hue angle of 76.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEC07F is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 127 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.25 |
| HSL | 76.62º | 0.34% | 0.63% | - |
| HSV(B) | 76.62º | 0.34% | 0.75% | - |
| XYZ | 40.14 | 48.23 | 27.27 | - |
| YUV | 179.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 127 | 0.09 | 0 | 0.34 | 0.25 | 76.62 | 0.34 | 0.63 |
| Hex | AE | C0 | 7F | 9 | 0 | 22 | 19 | 4D | 22 | 3F |
| Octal | 256 | 300 | 177 | 11 | 0 | 42 | 31 | 115 | 42 | 77 |
| Binary | 10101110 | 11000000 | 1111111 | 1001 | 0 | 100010 | 11001 | 1001101 | 100010 | 111111 |
Color Harmonies of #AEC07F
Complementary color
Monochromatic Colors of #AEC07F
Black with #AEC07F
Text Example
Text Example
White with #AEC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC07F; }
p { color: rgb(174,192,127); }
H1.HeaderClassName
{
color: #AEC07F;
}
.AnyTagClassName
{
color: #AEC07F;
}
</style>
background-color css
<style>
a { background-color: #AEC07F; }
a { background-color: rgb(174,192,127); }
div.DivClassName
{
background-color: #AEC07F;
}
.BgClassName
{
background-color: #AEC07F;
}
</style>
border-color css
<style>
span { border-color: #AEC07F; }
span { border-color: rgb(174,192,127); }
td.TdClassName
{
border-color: #AEC07F;
}
.TagClassName
{
border-color: #AEC07F;
}
</style>