Shades of Sprout #AEC19A
Tints of Sprout #AEC19A
RGB
CMYK
RGB Variations
Color information
#AEC19A (or 0xAEC19A) is known color: Sprout. HEX triplet: AE, C1 and 9A. RGB value is (174,193,154). Sum of RGB (Red+Green+Blue) = 174+193+154=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC19A is #513E65. Grayscale: #B7B7B7. Windows color (decimal): -5324390 or 10142126. OLE color: 10142126.
HSL color Cylindrical-coordinate representation of color #AEC19A: hue angle of 89.23º degrees, saturation: 0.24, 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 #AEC19A is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 154 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.24 |
| HSL | 89.23º | 0.24% | 0.68% | - |
| HSV(B) | 89.23º | 0.2% | 0.76% | - |
| XYZ | 42.36 | 49.47 | 37.89 | - |
| YUV | 182.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 154 | 0.10 | 0 | 0.20 | 0.24 | 89.23 | 0.24 | 0.68 |
| Hex | AE | C1 | 9A | A | 0 | 14 | 18 | 59 | 18 | 44 |
| Octal | 256 | 301 | 232 | 12 | 0 | 24 | 30 | 131 | 30 | 104 |
| Binary | 10101110 | 11000001 | 10011010 | 1010 | 0 | 10100 | 11000 | 1011001 | 11000 | 1000100 |
Color Harmonies of #AEC19A
Complementary color
Monochromatic Colors of #AEC19A
Black with #AEC19A
Text Example
Text Example
White with #AEC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC19A; }
p { color: rgb(174,193,154); }
H1.HeaderClassName
{
color: #AEC19A;
}
.AnyTagClassName
{
color: #AEC19A;
}
</style>
background-color css
<style>
a { background-color: #AEC19A; }
a { background-color: rgb(174,193,154); }
div.DivClassName
{
background-color: #AEC19A;
}
.BgClassName
{
background-color: #AEC19A;
}
</style>
border-color css
<style>
span { border-color: #AEC19A; }
span { border-color: rgb(174,193,154); }
td.TdClassName
{
border-color: #AEC19A;
}
.TagClassName
{
border-color: #AEC19A;
}
</style>