Shades of Caper #AEC28A
Tints of Caper #AEC28A
RGB
CMYK
RGB Variations
Color information
#AEC28A (or 0xAEC28A) is known color: Caper. HEX triplet: AE, C2 and 8A. RGB value is (174,194,138). Sum of RGB (Red+Green+Blue) = 174+194+138=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC28A is #513D75. Grayscale: #B5B5B5. Windows color (decimal): -5324150 or 9093806. OLE color: 9093806.
HSL color Cylindrical-coordinate representation of color #AEC28A: hue angle of 81.43º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEC28A is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 138 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.24 |
| HSL | 81.43º | 0.31% | 0.65% | - |
| HSV(B) | 81.43º | 0.29% | 0.76% | - |
| XYZ | 41.33 | 49.42 | 31.4 | - |
| YUV | 181.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 138 | 0.10 | 0 | 0.29 | 0.24 | 81.43 | 0.31 | 0.65 |
| Hex | AE | C2 | 8A | A | 0 | 1D | 18 | 51 | 1F | 41 |
| Octal | 256 | 302 | 212 | 12 | 0 | 35 | 30 | 121 | 37 | 101 |
| Binary | 10101110 | 11000010 | 10001010 | 1010 | 0 | 11101 | 11000 | 1010001 | 11111 | 1000001 |
Color Harmonies of #AEC28A
Complementary color
Monochromatic Colors of #AEC28A
Black with #AEC28A
Text Example
Text Example
White with #AEC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC28A; }
p { color: rgb(174,194,138); }
H1.HeaderClassName
{
color: #AEC28A;
}
.AnyTagClassName
{
color: #AEC28A;
}
</style>
background-color css
<style>
a { background-color: #AEC28A; }
a { background-color: rgb(174,194,138); }
div.DivClassName
{
background-color: #AEC28A;
}
.BgClassName
{
background-color: #AEC28A;
}
</style>
border-color css
<style>
span { border-color: #AEC28A; }
span { border-color: rgb(174,194,138); }
td.TdClassName
{
border-color: #AEC28A;
}
.TagClassName
{
border-color: #AEC28A;
}
</style>