Shades of Sprout #AECB8F
Tints of Sprout #AECB8F
RGB
CMYK
RGB Variations
Color information
#AECB8F (or 0xAECB8F) is known color: Sprout. HEX triplet: AE, CB and 8F. RGB value is (174,203,143). Sum of RGB (Red+Green+Blue) = 174+203+143=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB8F is #513470. Grayscale: #BBBBBB. Windows color (decimal): -5321841 or 9423790. OLE color: 9423790.
HSL color Cylindrical-coordinate representation of color #AECB8F: hue angle of 89º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECB8F is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 143 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.20 |
| HSL | 89º | 0.37% | 0.68% | - |
| HSV(B) | 89º | 0.3% | 0.8% | - |
| XYZ | 43.77 | 53.69 | 34.04 | - |
| YUV | 187.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 143 | 0.14 | 0 | 0.30 | 0.20 | 89 | 0.37 | 0.68 |
| Hex | AE | CB | 8F | E | 0 | 1E | 14 | 59 | 25 | 44 |
| Octal | 256 | 313 | 217 | 16 | 0 | 36 | 24 | 131 | 45 | 104 |
| Binary | 10101110 | 11001011 | 10001111 | 1110 | 0 | 11110 | 10100 | 1011001 | 100101 | 1000100 |
Color Harmonies of #AECB8F
Complementary color
Monochromatic Colors of #AECB8F
Black with #AECB8F
Text Example
Text Example
White with #AECB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB8F; }
p { color: rgb(174,203,143); }
H1.HeaderClassName
{
color: #AECB8F;
}
.AnyTagClassName
{
color: #AECB8F;
}
</style>
background-color css
<style>
a { background-color: #AECB8F; }
a { background-color: rgb(174,203,143); }
div.DivClassName
{
background-color: #AECB8F;
}
.BgClassName
{
background-color: #AECB8F;
}
</style>
border-color css
<style>
span { border-color: #AECB8F; }
span { border-color: rgb(174,203,143); }
td.TdClassName
{
border-color: #AECB8F;
}
.TagClassName
{
border-color: #AECB8F;
}
</style>