Shades of Caper #AEC96E
Tints of Caper #AEC96E
RGB
CMYK
RGB Variations
Color information
#AEC96E (or 0xAEC96E) is known color: Caper. HEX triplet: AE, C9 and 6E. RGB value is (174,201,110). Sum of RGB (Red+Green+Blue) = 174+201+110=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC96E is #513691. Grayscale: #B6B6B6. Windows color (decimal): -5322386 or 7260590. OLE color: 7260590.
HSL color Cylindrical-coordinate representation of color #AEC96E: hue angle of 77.8º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEC96E is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 110 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.21 |
| HSL | 77.8º | 0.46% | 0.61% | - |
| HSV(B) | 77.8º | 0.45% | 0.79% | - |
| XYZ | 41.16 | 51.9 | 22.6 | - |
| YUV | 182.55 | 87.05 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 110 | 0.13 | 0 | 0.45 | 0.21 | 77.8 | 0.46 | 0.61 |
| Hex | AE | C9 | 6E | D | 0 | 2D | 15 | 4E | 2E | 3D |
| Octal | 256 | 311 | 156 | 15 | 0 | 55 | 25 | 116 | 56 | 75 |
| Binary | 10101110 | 11001001 | 1101110 | 1101 | 0 | 101101 | 10101 | 1001110 | 101110 | 111101 |
Color Harmonies of #AEC96E
Complementary color
Monochromatic Colors of #AEC96E
Black with #AEC96E
Text Example
Text Example
White with #AEC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC96E; }
p { color: rgb(174,201,110); }
H1.HeaderClassName
{
color: #AEC96E;
}
.AnyTagClassName
{
color: #AEC96E;
}
</style>
background-color css
<style>
a { background-color: #AEC96E; }
a { background-color: rgb(174,201,110); }
div.DivClassName
{
background-color: #AEC96E;
}
.BgClassName
{
background-color: #AEC96E;
}
</style>
border-color css
<style>
span { border-color: #AEC96E; }
span { border-color: rgb(174,201,110); }
td.TdClassName
{
border-color: #AEC96E;
}
.TagClassName
{
border-color: #AEC96E;
}
</style>