Shades of Sprout #AEC197
Tints of Sprout #AEC197
RGB
CMYK
RGB Variations
Color information
#AEC197 (or 0xAEC197) is known color: Sprout. HEX triplet: AE, C1 and 97. RGB value is (174,193,151). Sum of RGB (Red+Green+Blue) = 174+193+151=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC197 is #513E68. Grayscale: #B6B6B6. Windows color (decimal): -5324393 or 9945518. OLE color: 9945518.
HSL color Cylindrical-coordinate representation of color #AEC197: hue angle of 87.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEC197 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 151 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.24 |
| HSL | 87.14º | 0.25% | 0.67% | - |
| HSV(B) | 87.14º | 0.22% | 0.76% | - |
| XYZ | 42.11 | 49.37 | 36.59 | - |
| YUV | 182.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 151 | 0.10 | 0 | 0.22 | 0.24 | 87.14 | 0.25 | 0.67 |
| Hex | AE | C1 | 97 | A | 0 | 16 | 18 | 57 | 19 | 43 |
| Octal | 256 | 301 | 227 | 12 | 0 | 26 | 30 | 127 | 31 | 103 |
| Binary | 10101110 | 11000001 | 10010111 | 1010 | 0 | 10110 | 11000 | 1010111 | 11001 | 1000011 |
Color Harmonies of #AEC197
Complementary color
Monochromatic Colors of #AEC197
Black with #AEC197
Text Example
Text Example
White with #AEC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC197; }
p { color: rgb(174,193,151); }
H1.HeaderClassName
{
color: #AEC197;
}
.AnyTagClassName
{
color: #AEC197;
}
</style>
background-color css
<style>
a { background-color: #AEC197; }
a { background-color: rgb(174,193,151); }
div.DivClassName
{
background-color: #AEC197;
}
.BgClassName
{
background-color: #AEC197;
}
</style>
border-color css
<style>
span { border-color: #AEC197; }
span { border-color: rgb(174,193,151); }
td.TdClassName
{
border-color: #AEC197;
}
.TagClassName
{
border-color: #AEC197;
}
</style>