Shades of Sprout #AEC29E
Tints of Sprout #AEC29E
RGB
CMYK
RGB Variations
Color information
#AEC29E (or 0xAEC29E) is known color: Sprout. HEX triplet: AE, C2 and 9E. RGB value is (174,194,158). Sum of RGB (Red+Green+Blue) = 174+194+158=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC29E is #513D61. Grayscale: #B8B8B8. Windows color (decimal): -5324130 or 10404526. OLE color: 10404526.
HSL color Cylindrical-coordinate representation of color #AEC29E: hue angle of 93.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEC29E is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 158 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.24 |
| HSL | 93.33º | 0.23% | 0.69% | - |
| HSV(B) | 93.33º | 0.19% | 0.76% | - |
| XYZ | 42.92 | 50.05 | 39.75 | - |
| YUV | 183.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 158 | 0.10 | 0 | 0.19 | 0.24 | 93.33 | 0.23 | 0.69 |
| Hex | AE | C2 | 9E | A | 0 | 13 | 18 | 5D | 17 | 45 |
| Octal | 256 | 302 | 236 | 12 | 0 | 23 | 30 | 135 | 27 | 105 |
| Binary | 10101110 | 11000010 | 10011110 | 1010 | 0 | 10011 | 11000 | 1011101 | 10111 | 1000101 |
Color Harmonies of #AEC29E
Complementary color
Monochromatic Colors of #AEC29E
Black with #AEC29E
Text Example
Text Example
White with #AEC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC29E; }
p { color: rgb(174,194,158); }
H1.HeaderClassName
{
color: #AEC29E;
}
.AnyTagClassName
{
color: #AEC29E;
}
</style>
background-color css
<style>
a { background-color: #AEC29E; }
a { background-color: rgb(174,194,158); }
div.DivClassName
{
background-color: #AEC29E;
}
.BgClassName
{
background-color: #AEC29E;
}
</style>
border-color css
<style>
span { border-color: #AEC29E; }
span { border-color: rgb(174,194,158); }
td.TdClassName
{
border-color: #AEC29E;
}
.TagClassName
{
border-color: #AEC29E;
}
</style>