Shades of Sprout #AEC99C
Tints of Sprout #AEC99C
RGB
CMYK
RGB Variations
Color information
#AEC99C (or 0xAEC99C) is known color: Sprout. HEX triplet: AE, C9 and 9C. RGB value is (174,201,156). Sum of RGB (Red+Green+Blue) = 174+201+156=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC99C is #513663. Grayscale: #BBBBBB. Windows color (decimal): -5322340 or 10275246. OLE color: 10275246.
HSL color Cylindrical-coordinate representation of color #AEC99C: hue angle of 96º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEC99C is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 156 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.21 |
| HSL | 96º | 0.29% | 0.7% | - |
| HSV(B) | 96º | 0.22% | 0.79% | - |
| XYZ | 44.34 | 53.17 | 39.38 | - |
| YUV | 187.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 156 | 0.13 | 0 | 0.22 | 0.21 | 96 | 0.29 | 0.7 |
| Hex | AE | C9 | 9C | D | 0 | 16 | 15 | 60 | 1D | 46 |
| Octal | 256 | 311 | 234 | 15 | 0 | 26 | 25 | 140 | 35 | 106 |
| Binary | 10101110 | 11001001 | 10011100 | 1101 | 0 | 10110 | 10101 | 1100000 | 11101 | 1000110 |
Color Harmonies of #AEC99C
Complementary color
Monochromatic Colors of #AEC99C
Black with #AEC99C
Text Example
Text Example
White with #AEC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC99C; }
p { color: rgb(174,201,156); }
H1.HeaderClassName
{
color: #AEC99C;
}
.AnyTagClassName
{
color: #AEC99C;
}
</style>
background-color css
<style>
a { background-color: #AEC99C; }
a { background-color: rgb(174,201,156); }
div.DivClassName
{
background-color: #AEC99C;
}
.BgClassName
{
background-color: #AEC99C;
}
</style>
border-color css
<style>
span { border-color: #AEC99C; }
span { border-color: rgb(174,201,156); }
td.TdClassName
{
border-color: #AEC99C;
}
.TagClassName
{
border-color: #AEC99C;
}
</style>