Shades of Sprout #AEC992
Tints of Sprout #AEC992
RGB
CMYK
RGB Variations
Color information
#AEC992 (or 0xAEC992) is known color: Sprout. HEX triplet: AE, C9 and 92. RGB value is (174,201,146). Sum of RGB (Red+Green+Blue) = 174+201+146=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC992 is #51366D. Grayscale: #BABABA. Windows color (decimal): -5322350 or 9619886. OLE color: 9619886.
HSL color Cylindrical-coordinate representation of color #AEC992: hue angle of 89.45º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC992 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 146 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.21 |
| HSL | 89.45º | 0.34% | 0.68% | - |
| HSV(B) | 89.45º | 0.27% | 0.79% | - |
| XYZ | 43.53 | 52.85 | 35.1 | - |
| YUV | 186.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 146 | 0.13 | 0 | 0.27 | 0.21 | 89.45 | 0.34 | 0.68 |
| Hex | AE | C9 | 92 | D | 0 | 1B | 15 | 59 | 22 | 44 |
| Octal | 256 | 311 | 222 | 15 | 0 | 33 | 25 | 131 | 42 | 104 |
| Binary | 10101110 | 11001001 | 10010010 | 1101 | 0 | 11011 | 10101 | 1011001 | 100010 | 1000100 |
Color Harmonies of #AEC992
Complementary color
Monochromatic Colors of #AEC992
Black with #AEC992
Text Example
Text Example
White with #AEC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC992; }
p { color: rgb(174,201,146); }
H1.HeaderClassName
{
color: #AEC992;
}
.AnyTagClassName
{
color: #AEC992;
}
</style>
background-color css
<style>
a { background-color: #AEC992; }
a { background-color: rgb(174,201,146); }
div.DivClassName
{
background-color: #AEC992;
}
.BgClassName
{
background-color: #AEC992;
}
</style>
border-color css
<style>
span { border-color: #AEC992; }
span { border-color: rgb(174,201,146); }
td.TdClassName
{
border-color: #AEC992;
}
.TagClassName
{
border-color: #AEC992;
}
</style>