Shades of Sprout #AEC296
Tints of Sprout #AEC296
RGB
CMYK
RGB Variations
Color information
#AEC296 (or 0xAEC296) is known color: Sprout. HEX triplet: AE, C2 and 96. RGB value is (174,194,150). Sum of RGB (Red+Green+Blue) = 174+194+150=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC296 is #513D69. Grayscale: #B7B7B7. Windows color (decimal): -5324138 or 9880238. OLE color: 9880238.
HSL color Cylindrical-coordinate representation of color #AEC296: hue angle of 87.27º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEC296 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 150 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.24 |
| HSL | 87.27º | 0.27% | 0.67% | - |
| HSV(B) | 87.27º | 0.23% | 0.76% | - |
| XYZ | 42.25 | 49.78 | 36.24 | - |
| YUV | 183 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 150 | 0.10 | 0 | 0.23 | 0.24 | 87.27 | 0.27 | 0.67 |
| Hex | AE | C2 | 96 | A | 0 | 17 | 18 | 57 | 1B | 43 |
| Octal | 256 | 302 | 226 | 12 | 0 | 27 | 30 | 127 | 33 | 103 |
| Binary | 10101110 | 11000010 | 10010110 | 1010 | 0 | 10111 | 11000 | 1010111 | 11011 | 1000011 |
Color Harmonies of #AEC296
Complementary color
Monochromatic Colors of #AEC296
Black with #AEC296
Text Example
Text Example
White with #AEC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC296; }
p { color: rgb(174,194,150); }
H1.HeaderClassName
{
color: #AEC296;
}
.AnyTagClassName
{
color: #AEC296;
}
</style>
background-color css
<style>
a { background-color: #AEC296; }
a { background-color: rgb(174,194,150); }
div.DivClassName
{
background-color: #AEC296;
}
.BgClassName
{
background-color: #AEC296;
}
</style>
border-color css
<style>
span { border-color: #AEC296; }
span { border-color: rgb(174,194,150); }
td.TdClassName
{
border-color: #AEC296;
}
.TagClassName
{
border-color: #AEC296;
}
</style>