Shades of Sprout #AEC595
Tints of Sprout #AEC595
RGB
CMYK
RGB Variations
Color information
#AEC595 (or 0xAEC595) is known color: Sprout. HEX triplet: AE, C5 and 95. RGB value is (174,197,149). Sum of RGB (Red+Green+Blue) = 174+197+149=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC595 is #513A6A. Grayscale: #B8B8B8. Windows color (decimal): -5323371 or 9815470. OLE color: 9815470.
HSL color Cylindrical-coordinate representation of color #AEC595: hue angle of 88.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEC595 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 149 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.23 |
| HSL | 88.75º | 0.29% | 0.68% | - |
| HSV(B) | 88.75º | 0.24% | 0.77% | - |
| XYZ | 42.85 | 51.1 | 36.04 | - |
| YUV | 184.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 149 | 0.12 | 0 | 0.24 | 0.23 | 88.75 | 0.29 | 0.68 |
| Hex | AE | C5 | 95 | C | 0 | 18 | 17 | 59 | 1D | 44 |
| Octal | 256 | 305 | 225 | 14 | 0 | 30 | 27 | 131 | 35 | 104 |
| Binary | 10101110 | 11000101 | 10010101 | 1100 | 0 | 11000 | 10111 | 1011001 | 11101 | 1000100 |
Color Harmonies of #AEC595
Complementary color
Monochromatic Colors of #AEC595
Black with #AEC595
Text Example
Text Example
White with #AEC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC595; }
p { color: rgb(174,197,149); }
H1.HeaderClassName
{
color: #AEC595;
}
.AnyTagClassName
{
color: #AEC595;
}
</style>
background-color css
<style>
a { background-color: #AEC595; }
a { background-color: rgb(174,197,149); }
div.DivClassName
{
background-color: #AEC595;
}
.BgClassName
{
background-color: #AEC595;
}
</style>
border-color css
<style>
span { border-color: #AEC595; }
span { border-color: rgb(174,197,149); }
td.TdClassName
{
border-color: #AEC595;
}
.TagClassName
{
border-color: #AEC595;
}
</style>