Shades of Sprout #AEC19C
Tints of Sprout #AEC19C
RGB
CMYK
RGB Variations
Color information
#AEC19C (or 0xAEC19C) is known color: Sprout. HEX triplet: AE, C1 and 9C. RGB value is (174,193,156). Sum of RGB (Red+Green+Blue) = 174+193+156=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC19C is #513E63. Grayscale: #B7B7B7. Windows color (decimal): -5324388 or 10273198. OLE color: 10273198.
HSL color Cylindrical-coordinate representation of color #AEC19C: hue angle of 90.81º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEC19C is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 156 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.24 |
| HSL | 90.81º | 0.23% | 0.68% | - |
| HSV(B) | 90.81º | 0.19% | 0.76% | - |
| XYZ | 42.53 | 49.54 | 38.77 | - |
| YUV | 183.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 156 | 0.10 | 0 | 0.19 | 0.24 | 90.81 | 0.23 | 0.68 |
| Hex | AE | C1 | 9C | A | 0 | 13 | 18 | 5B | 17 | 44 |
| Octal | 256 | 301 | 234 | 12 | 0 | 23 | 30 | 133 | 27 | 104 |
| Binary | 10101110 | 11000001 | 10011100 | 1010 | 0 | 10011 | 11000 | 1011011 | 10111 | 1000100 |
Color Harmonies of #AEC19C
Complementary color
Monochromatic Colors of #AEC19C
Black with #AEC19C
Text Example
Text Example
White with #AEC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC19C; }
p { color: rgb(174,193,156); }
H1.HeaderClassName
{
color: #AEC19C;
}
.AnyTagClassName
{
color: #AEC19C;
}
</style>
background-color css
<style>
a { background-color: #AEC19C; }
a { background-color: rgb(174,193,156); }
div.DivClassName
{
background-color: #AEC19C;
}
.BgClassName
{
background-color: #AEC19C;
}
</style>
border-color css
<style>
span { border-color: #AEC19C; }
span { border-color: rgb(174,193,156); }
td.TdClassName
{
border-color: #AEC19C;
}
.TagClassName
{
border-color: #AEC19C;
}
</style>