Shades of Sprout #AEC29D
Tints of Sprout #AEC29D
RGB
CMYK
RGB Variations
Color information
#AEC29D (or 0xAEC29D) is known color: Sprout. HEX triplet: AE, C2 and 9D. RGB value is (174,194,157). Sum of RGB (Red+Green+Blue) = 174+194+157=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC29D is #513D62. Grayscale: #B7B7B7. Windows color (decimal): -5324131 or 10338990. OLE color: 10338990.
HSL color Cylindrical-coordinate representation of color #AEC29D: hue angle of 92.43º 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 #AEC29D is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 157 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.24 |
| HSL | 92.43º | 0.23% | 0.69% | - |
| HSV(B) | 92.43º | 0.19% | 0.76% | - |
| XYZ | 42.83 | 50.02 | 39.29 | - |
| YUV | 183.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 157 | 0.10 | 0 | 0.19 | 0.24 | 92.43 | 0.23 | 0.69 |
| Hex | AE | C2 | 9D | A | 0 | 13 | 18 | 5C | 17 | 45 |
| Octal | 256 | 302 | 235 | 12 | 0 | 23 | 30 | 134 | 27 | 105 |
| Binary | 10101110 | 11000010 | 10011101 | 1010 | 0 | 10011 | 11000 | 1011100 | 10111 | 1000101 |
Color Harmonies of #AEC29D
Complementary color
Monochromatic Colors of #AEC29D
Black with #AEC29D
Text Example
Text Example
White with #AEC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC29D; }
p { color: rgb(174,194,157); }
H1.HeaderClassName
{
color: #AEC29D;
}
.AnyTagClassName
{
color: #AEC29D;
}
</style>
background-color css
<style>
a { background-color: #AEC29D; }
a { background-color: rgb(174,194,157); }
div.DivClassName
{
background-color: #AEC29D;
}
.BgClassName
{
background-color: #AEC29D;
}
</style>
border-color css
<style>
span { border-color: #AEC29D; }
span { border-color: rgb(174,194,157); }
td.TdClassName
{
border-color: #AEC29D;
}
.TagClassName
{
border-color: #AEC29D;
}
</style>