Shades of Sprout #AEC49C
Tints of Sprout #AEC49C
RGB
CMYK
RGB Variations
Color information
#AEC49C (or 0xAEC49C) is known color: Sprout. HEX triplet: AE, C4 and 9C. RGB value is (174,196,156). Sum of RGB (Red+Green+Blue) = 174+196+156=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC49C is #513B63. Grayscale: #B9B9B9. Windows color (decimal): -5323620 or 10273966. OLE color: 10273966.
HSL color Cylindrical-coordinate representation of color #AEC49C: hue angle of 93º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEC49C is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 156 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.23 |
| HSL | 93º | 0.25% | 0.69% | - |
| HSV(B) | 93º | 0.2% | 0.77% | - |
| XYZ | 43.2 | 50.88 | 39 | - |
| YUV | 184.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 156 | 0.11 | 0 | 0.20 | 0.23 | 93 | 0.25 | 0.69 |
| Hex | AE | C4 | 9C | B | 0 | 14 | 17 | 5D | 19 | 45 |
| Octal | 256 | 304 | 234 | 13 | 0 | 24 | 27 | 135 | 31 | 105 |
| Binary | 10101110 | 11000100 | 10011100 | 1011 | 0 | 10100 | 10111 | 1011101 | 11001 | 1000101 |
Color Harmonies of #AEC49C
Complementary color
Monochromatic Colors of #AEC49C
Black with #AEC49C
Text Example
Text Example
White with #AEC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC49C; }
p { color: rgb(174,196,156); }
H1.HeaderClassName
{
color: #AEC49C;
}
.AnyTagClassName
{
color: #AEC49C;
}
</style>
background-color css
<style>
a { background-color: #AEC49C; }
a { background-color: rgb(174,196,156); }
div.DivClassName
{
background-color: #AEC49C;
}
.BgClassName
{
background-color: #AEC49C;
}
</style>
border-color css
<style>
span { border-color: #AEC49C; }
span { border-color: rgb(174,196,156); }
td.TdClassName
{
border-color: #AEC49C;
}
.TagClassName
{
border-color: #AEC49C;
}
</style>