Shades of Sprout #AEC698
Tints of Sprout #AEC698
RGB
CMYK
RGB Variations
Color information
#AEC698 (or 0xAEC698) is known color: Sprout. HEX triplet: AE, C6 and 98. RGB value is (174,198,152). Sum of RGB (Red+Green+Blue) = 174+198+152=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC698 is #513967. Grayscale: #B9B9B9. Windows color (decimal): -5323112 or 10012334. OLE color: 10012334.
HSL color Cylindrical-coordinate representation of color #AEC698: hue angle of 91.3º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEC698 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 152 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.22 |
| HSL | 91.3º | 0.29% | 0.69% | - |
| HSV(B) | 91.3º | 0.23% | 0.78% | - |
| XYZ | 43.32 | 51.65 | 37.39 | - |
| YUV | 185.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 152 | 0.12 | 0 | 0.23 | 0.22 | 91.3 | 0.29 | 0.69 |
| Hex | AE | C6 | 98 | C | 0 | 17 | 16 | 5B | 1D | 45 |
| Octal | 256 | 306 | 230 | 14 | 0 | 27 | 26 | 133 | 35 | 105 |
| Binary | 10101110 | 11000110 | 10011000 | 1100 | 0 | 10111 | 10110 | 1011011 | 11101 | 1000101 |
Color Harmonies of #AEC698
Complementary color
Monochromatic Colors of #AEC698
Black with #AEC698
Text Example
Text Example
White with #AEC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC698; }
p { color: rgb(174,198,152); }
H1.HeaderClassName
{
color: #AEC698;
}
.AnyTagClassName
{
color: #AEC698;
}
</style>
background-color css
<style>
a { background-color: #AEC698; }
a { background-color: rgb(174,198,152); }
div.DivClassName
{
background-color: #AEC698;
}
.BgClassName
{
background-color: #AEC698;
}
</style>
border-color css
<style>
span { border-color: #AEC698; }
span { border-color: rgb(174,198,152); }
td.TdClassName
{
border-color: #AEC698;
}
.TagClassName
{
border-color: #AEC698;
}
</style>