Shades of Sprout #AEC297
Tints of Sprout #AEC297
RGB
CMYK
RGB Variations
Color information
#AEC297 (or 0xAEC297) is known color: Sprout. HEX triplet: AE, C2 and 97. RGB value is (174,194,151). Sum of RGB (Red+Green+Blue) = 174+194+151=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC297 is #513D68. Grayscale: #B7B7B7. Windows color (decimal): -5324137 or 9945774. OLE color: 9945774.
HSL color Cylindrical-coordinate representation of color #AEC297: hue angle of 87.91º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEC297 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 151 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.24 |
| HSL | 87.91º | 0.26% | 0.68% | - |
| HSV(B) | 87.91º | 0.22% | 0.76% | - |
| XYZ | 42.33 | 49.82 | 36.66 | - |
| YUV | 183.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 151 | 0.10 | 0 | 0.22 | 0.24 | 87.91 | 0.26 | 0.68 |
| Hex | AE | C2 | 97 | A | 0 | 16 | 18 | 58 | 1A | 44 |
| Octal | 256 | 302 | 227 | 12 | 0 | 26 | 30 | 130 | 32 | 104 |
| Binary | 10101110 | 11000010 | 10010111 | 1010 | 0 | 10110 | 11000 | 1011000 | 11010 | 1000100 |
Color Harmonies of #AEC297
Complementary color
Monochromatic Colors of #AEC297
Black with #AEC297
Text Example
Text Example
White with #AEC297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC297; }
p { color: rgb(174,194,151); }
H1.HeaderClassName
{
color: #AEC297;
}
.AnyTagClassName
{
color: #AEC297;
}
</style>
background-color css
<style>
a { background-color: #AEC297; }
a { background-color: rgb(174,194,151); }
div.DivClassName
{
background-color: #AEC297;
}
.BgClassName
{
background-color: #AEC297;
}
</style>
border-color css
<style>
span { border-color: #AEC297; }
span { border-color: rgb(174,194,151); }
td.TdClassName
{
border-color: #AEC297;
}
.TagClassName
{
border-color: #AEC297;
}
</style>