Shades of Sprout #AEC19B
Tints of Sprout #AEC19B
RGB
CMYK
RGB Variations
Color information
#AEC19B (or 0xAEC19B) is known color: Sprout. HEX triplet: AE, C1 and 9B. RGB value is (174,193,155). Sum of RGB (Red+Green+Blue) = 174+193+155=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC19B is #513E64. Grayscale: #B7B7B7. Windows color (decimal): -5324389 or 10207662. OLE color: 10207662.
HSL color Cylindrical-coordinate representation of color #AEC19B: hue angle of 90º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEC19B is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 155 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.24 |
| HSL | 90º | 0.23% | 0.68% | - |
| HSV(B) | 90º | 0.2% | 0.76% | - |
| XYZ | 42.44 | 49.51 | 38.33 | - |
| YUV | 182.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 155 | 0.10 | 0 | 0.20 | 0.24 | 90 | 0.23 | 0.68 |
| Hex | AE | C1 | 9B | A | 0 | 14 | 18 | 5A | 17 | 44 |
| Octal | 256 | 301 | 233 | 12 | 0 | 24 | 30 | 132 | 27 | 104 |
| Binary | 10101110 | 11000001 | 10011011 | 1010 | 0 | 10100 | 11000 | 1011010 | 10111 | 1000100 |
Color Harmonies of #AEC19B
Complementary color
Monochromatic Colors of #AEC19B
Black with #AEC19B
Text Example
Text Example
White with #AEC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC19B; }
p { color: rgb(174,193,155); }
H1.HeaderClassName
{
color: #AEC19B;
}
.AnyTagClassName
{
color: #AEC19B;
}
</style>
background-color css
<style>
a { background-color: #AEC19B; }
a { background-color: rgb(174,193,155); }
div.DivClassName
{
background-color: #AEC19B;
}
.BgClassName
{
background-color: #AEC19B;
}
</style>
border-color css
<style>
span { border-color: #AEC19B; }
span { border-color: rgb(174,193,155); }
td.TdClassName
{
border-color: #AEC19B;
}
.TagClassName
{
border-color: #AEC19B;
}
</style>