Shades of Caper #AEC28F
Tints of Caper #AEC28F
RGB
CMYK
RGB Variations
Color information
#AEC28F (or 0xAEC28F) is known color: Caper. HEX triplet: AE, C2 and 8F. RGB value is (174,194,143). Sum of RGB (Red+Green+Blue) = 174+194+143=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC28F is #513D70. Grayscale: #B6B6B6. Windows color (decimal): -5324145 or 9421486. OLE color: 9421486.
HSL color Cylindrical-coordinate representation of color #AEC28F: hue angle of 83.53º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEC28F is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 143 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.24 |
| HSL | 83.53º | 0.29% | 0.66% | - |
| HSV(B) | 83.53º | 0.26% | 0.76% | - |
| XYZ | 41.71 | 49.57 | 33.36 | - |
| YUV | 182.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 143 | 0.10 | 0 | 0.26 | 0.24 | 83.53 | 0.29 | 0.66 |
| Hex | AE | C2 | 8F | A | 0 | 1A | 18 | 54 | 1D | 42 |
| Octal | 256 | 302 | 217 | 12 | 0 | 32 | 30 | 124 | 35 | 102 |
| Binary | 10101110 | 11000010 | 10001111 | 1010 | 0 | 11010 | 11000 | 1010100 | 11101 | 1000010 |
Color Harmonies of #AEC28F
Complementary color
Monochromatic Colors of #AEC28F
Black with #AEC28F
Text Example
Text Example
White with #AEC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC28F; }
p { color: rgb(174,194,143); }
H1.HeaderClassName
{
color: #AEC28F;
}
.AnyTagClassName
{
color: #AEC28F;
}
</style>
background-color css
<style>
a { background-color: #AEC28F; }
a { background-color: rgb(174,194,143); }
div.DivClassName
{
background-color: #AEC28F;
}
.BgClassName
{
background-color: #AEC28F;
}
</style>
border-color css
<style>
span { border-color: #AEC28F; }
span { border-color: rgb(174,194,143); }
td.TdClassName
{
border-color: #AEC28F;
}
.TagClassName
{
border-color: #AEC28F;
}
</style>