Shades of Caper #AEC26F
Tints of Caper #AEC26F
RGB
CMYK
RGB Variations
Color information
#AEC26F (or 0xAEC26F) is known color: Caper. HEX triplet: AE, C2 and 6F. RGB value is (174,194,111). Sum of RGB (Red+Green+Blue) = 174+194+111=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC26F is #513D90. Grayscale: #B2B2B2. Windows color (decimal): -5324177 or 7324334. OLE color: 7324334.
HSL color Cylindrical-coordinate representation of color #AEC26F: hue angle of 74.46º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEC26F is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 111 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.24 |
| HSL | 74.46º | 0.4% | 0.6% | - |
| HSV(B) | 74.46º | 0.43% | 0.76% | - |
| XYZ | 39.62 | 48.73 | 22.36 | - |
| YUV | 178.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 111 | 0.10 | 0 | 0.43 | 0.24 | 74.46 | 0.4 | 0.6 |
| Hex | AE | C2 | 6F | A | 0 | 2B | 18 | 4A | 28 | 3C |
| Octal | 256 | 302 | 157 | 12 | 0 | 53 | 30 | 112 | 50 | 74 |
| Binary | 10101110 | 11000010 | 1101111 | 1010 | 0 | 101011 | 11000 | 1001010 | 101000 | 111100 |
Color Harmonies of #AEC26F
Complementary color
Monochromatic Colors of #AEC26F
Black with #AEC26F
Text Example
Text Example
White with #AEC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC26F; }
p { color: rgb(174,194,111); }
H1.HeaderClassName
{
color: #AEC26F;
}
.AnyTagClassName
{
color: #AEC26F;
}
</style>
background-color css
<style>
a { background-color: #AEC26F; }
a { background-color: rgb(174,194,111); }
div.DivClassName
{
background-color: #AEC26F;
}
.BgClassName
{
background-color: #AEC26F;
}
</style>
border-color css
<style>
span { border-color: #AEC26F; }
span { border-color: rgb(174,194,111); }
td.TdClassName
{
border-color: #AEC26F;
}
.TagClassName
{
border-color: #AEC26F;
}
</style>