Shades of Sprout #AEC59F
Tints of Sprout #AEC59F
RGB
CMYK
RGB Variations
Color information
#AEC59F (or 0xAEC59F) is known color: Sprout. HEX triplet: AE, C5 and 9F. RGB value is (174,197,159). Sum of RGB (Red+Green+Blue) = 174+197+159=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC59F is #513A60. Grayscale: #B9B9B9. Windows color (decimal): -5323361 or 10470830. OLE color: 10470830.
HSL color Cylindrical-coordinate representation of color #AEC59F: hue angle of 96.32º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEC59F is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 159 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.23 |
| HSL | 96.32º | 0.25% | 0.7% | - |
| HSV(B) | 96.32º | 0.19% | 0.77% | - |
| XYZ | 43.68 | 51.43 | 40.43 | - |
| YUV | 185.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 159 | 0.12 | 0 | 0.19 | 0.23 | 96.32 | 0.25 | 0.7 |
| Hex | AE | C5 | 9F | C | 0 | 13 | 17 | 60 | 19 | 46 |
| Octal | 256 | 305 | 237 | 14 | 0 | 23 | 27 | 140 | 31 | 106 |
| Binary | 10101110 | 11000101 | 10011111 | 1100 | 0 | 10011 | 10111 | 1100000 | 11001 | 1000110 |
Color Harmonies of #AEC59F
Complementary color
Monochromatic Colors of #AEC59F
Black with #AEC59F
Text Example
Text Example
White with #AEC59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC59F; }
p { color: rgb(174,197,159); }
H1.HeaderClassName
{
color: #AEC59F;
}
.AnyTagClassName
{
color: #AEC59F;
}
</style>
background-color css
<style>
a { background-color: #AEC59F; }
a { background-color: rgb(174,197,159); }
div.DivClassName
{
background-color: #AEC59F;
}
.BgClassName
{
background-color: #AEC59F;
}
</style>
border-color css
<style>
span { border-color: #AEC59F; }
span { border-color: rgb(174,197,159); }
td.TdClassName
{
border-color: #AEC59F;
}
.TagClassName
{
border-color: #AEC59F;
}
</style>