Shades of Sprout #AEC09F
Tints of Sprout #AEC09F
RGB
CMYK
RGB Variations
Color information
#AEC09F (or 0xAEC09F) is known color: Sprout. HEX triplet: AE, C0 and 9F. RGB value is (174,192,159). Sum of RGB (Red+Green+Blue) = 174+192+159=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC09F is #513F60. Grayscale: #B6B6B6. Windows color (decimal): -5324641 or 10469550. OLE color: 10469550.
HSL color Cylindrical-coordinate representation of color #AEC09F: hue angle of 92.73º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEC09F is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 159 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.25 |
| HSL | 92.73º | 0.21% | 0.69% | - |
| HSV(B) | 92.73º | 0.17% | 0.75% | - |
| XYZ | 42.56 | 49.2 | 40.05 | - |
| YUV | 182.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 159 | 0.09 | 0 | 0.17 | 0.25 | 92.73 | 0.21 | 0.69 |
| Hex | AE | C0 | 9F | 9 | 0 | 11 | 19 | 5D | 15 | 45 |
| Octal | 256 | 300 | 237 | 11 | 0 | 21 | 31 | 135 | 25 | 105 |
| Binary | 10101110 | 11000000 | 10011111 | 1001 | 0 | 10001 | 11001 | 1011101 | 10101 | 1000101 |
Color Harmonies of #AEC09F
Complementary color
Monochromatic Colors of #AEC09F
Black with #AEC09F
Text Example
Text Example
White with #AEC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC09F; }
p { color: rgb(174,192,159); }
H1.HeaderClassName
{
color: #AEC09F;
}
.AnyTagClassName
{
color: #AEC09F;
}
</style>
background-color css
<style>
a { background-color: #AEC09F; }
a { background-color: rgb(174,192,159); }
div.DivClassName
{
background-color: #AEC09F;
}
.BgClassName
{
background-color: #AEC09F;
}
</style>
border-color css
<style>
span { border-color: #AEC09F; }
span { border-color: rgb(174,192,159); }
td.TdClassName
{
border-color: #AEC09F;
}
.TagClassName
{
border-color: #AEC09F;
}
</style>