Shades of Sprout #AEC894
Tints of Sprout #AEC894
RGB
CMYK
RGB Variations
Color information
#AEC894 (or 0xAEC894) is known color: Sprout. HEX triplet: AE, C8 and 94. RGB value is (174,200,148). Sum of RGB (Red+Green+Blue) = 174+200+148=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC894 is #51376B. Grayscale: #BABABA. Windows color (decimal): -5322604 or 9750702. OLE color: 9750702.
HSL color Cylindrical-coordinate representation of color #AEC894: hue angle of 90º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEC894 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 200 | 148 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.22 |
| HSL | 90º | 0.32% | 0.68% | - |
| HSV(B) | 90º | 0.26% | 0.78% | - |
| XYZ | 43.46 | 52.45 | 35.85 | - |
| YUV | 186.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 148 | 0.13 | 0 | 0.26 | 0.22 | 90 | 0.32 | 0.68 |
| Hex | AE | C8 | 94 | D | 0 | 1A | 16 | 5A | 20 | 44 |
| Octal | 256 | 310 | 224 | 15 | 0 | 32 | 26 | 132 | 40 | 104 |
| Binary | 10101110 | 11001000 | 10010100 | 1101 | 0 | 11010 | 10110 | 1011010 | 100000 | 1000100 |
Color Harmonies of #AEC894
Complementary color
Monochromatic Colors of #AEC894
Black with #AEC894
Text Example
Text Example
White with #AEC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC894; }
p { color: rgb(174,200,148); }
H1.HeaderClassName
{
color: #AEC894;
}
.AnyTagClassName
{
color: #AEC894;
}
</style>
background-color css
<style>
a { background-color: #AEC894; }
a { background-color: rgb(174,200,148); }
div.DivClassName
{
background-color: #AEC894;
}
.BgClassName
{
background-color: #AEC894;
}
</style>
border-color css
<style>
span { border-color: #AEC894; }
span { border-color: rgb(174,200,148); }
td.TdClassName
{
border-color: #AEC894;
}
.TagClassName
{
border-color: #AEC894;
}
</style>