Shades of Sprout #AEC990
Tints of Sprout #AEC990
RGB
CMYK
RGB Variations
Color information
#AEC990 (or 0xAEC990) is known color: Sprout. HEX triplet: AE, C9 and 90. RGB value is (174,201,144). Sum of RGB (Red+Green+Blue) = 174+201+144=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC990 is #51366F. Grayscale: #BABABA. Windows color (decimal): -5322352 or 9488814. OLE color: 9488814.
HSL color Cylindrical-coordinate representation of color #AEC990: hue angle of 88.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEC990 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 144 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.21 |
| HSL | 88.42º | 0.35% | 0.68% | - |
| HSV(B) | 88.42º | 0.28% | 0.79% | - |
| XYZ | 43.38 | 52.79 | 34.29 | - |
| YUV | 186.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 144 | 0.13 | 0 | 0.28 | 0.21 | 88.42 | 0.35 | 0.68 |
| Hex | AE | C9 | 90 | D | 0 | 1C | 15 | 58 | 23 | 44 |
| Octal | 256 | 311 | 220 | 15 | 0 | 34 | 25 | 130 | 43 | 104 |
| Binary | 10101110 | 11001001 | 10010000 | 1101 | 0 | 11100 | 10101 | 1011000 | 100011 | 1000100 |
Color Harmonies of #AEC990
Complementary color
Monochromatic Colors of #AEC990
Black with #AEC990
Text Example
Text Example
White with #AEC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC990; }
p { color: rgb(174,201,144); }
H1.HeaderClassName
{
color: #AEC990;
}
.AnyTagClassName
{
color: #AEC990;
}
</style>
background-color css
<style>
a { background-color: #AEC990; }
a { background-color: rgb(174,201,144); }
div.DivClassName
{
background-color: #AEC990;
}
.BgClassName
{
background-color: #AEC990;
}
</style>
border-color css
<style>
span { border-color: #AEC990; }
span { border-color: rgb(174,201,144); }
td.TdClassName
{
border-color: #AEC990;
}
.TagClassName
{
border-color: #AEC990;
}
</style>