Shades of Sprout #AEC99D
Tints of Sprout #AEC99D
RGB
CMYK
RGB Variations
Color information
#AEC99D (or 0xAEC99D) is known color: Sprout. HEX triplet: AE, C9 and 9D. RGB value is (174,201,157). Sum of RGB (Red+Green+Blue) = 174+201+157=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC99D is #513662. Grayscale: #BCBCBC. Windows color (decimal): -5322339 or 10340782. OLE color: 10340782.
HSL color Cylindrical-coordinate representation of color #AEC99D: hue angle of 96.82º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEC99D is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
RGB | 174 | 201 | 157 | - |
CMYK | 0.13 | 0 | 0.22 | 0.21 |
HSL | 96.82º | 0.29% | 0.7% | - |
HSV(B) | 96.82º | 0.22% | 0.79% | - |
XYZ | 44.43 | 53.21 | 39.83 | - |
YUV | 187.91 | 110.55 | 118.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 201 | 157 | 0.13 | 0 | 0.22 | 0.21 | 96.82 | 0.29 | 0.7 |
Hex | AE | C9 | 9D | D | 0 | 16 | 15 | 61 | 1D | 46 |
Octal | 256 | 311 | 235 | 15 | 0 | 26 | 25 | 141 | 35 | 106 |
Binary | 10101110 | 11001001 | 10011101 | 1101 | 0 | 10110 | 10101 | 1100001 | 11101 | 1000110 |
Color Harmonies of #AEC99D
Complementary color
Monochromatic Colors of #AEC99D
Black with #AEC99D
Text Example
Text Example
White with #AEC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC99D; }
p { color: rgb(174,201,157); }
H1.HeaderClassName
{
color: #AEC99D;
}
.AnyTagClassName
{
color: #AEC99D;
}
</style>
background-color css
<style>
a { background-color: #AEC99D; }
a { background-color: rgb(174,201,157); }
div.DivClassName
{
background-color: #AEC99D;
}
.BgClassName
{
background-color: #AEC99D;
}
</style>
border-color css
<style>
span { border-color: #AEC99D; }
span { border-color: rgb(174,201,157); }
td.TdClassName
{
border-color: #AEC99D;
}
.TagClassName
{
border-color: #AEC99D;
}
</style>