Shades of Green Spring #AEBA9C
Tints of Green Spring #AEBA9C
RGB
CMYK
RGB Variations
Color information
#AEBA9C (or 0xAEBA9C) is known color: Green Spring. HEX triplet: AE, BA and 9C. RGB value is (174,186,156). Sum of RGB (Red+Green+Blue) = 174+186+156=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA9C is #514563. Grayscale: #B3B3B3. Windows color (decimal): -5326180 or 10271406. OLE color: 10271406.
HSL color Cylindrical-coordinate representation of color #AEBA9C: hue angle of 84º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBA9C is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 156 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.27 |
| HSL | 84º | 0.18% | 0.67% | - |
| HSV(B) | 84º | 0.16% | 0.73% | - |
| XYZ | 41.02 | 46.52 | 38.27 | - |
| YUV | 178.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 156 | 0.06 | 0 | 0.16 | 0.27 | 84 | 0.18 | 0.67 |
| Hex | AE | BA | 9C | 6 | 0 | 10 | 1B | 54 | 12 | 43 |
| Octal | 256 | 272 | 234 | 6 | 0 | 20 | 33 | 124 | 22 | 103 |
| Binary | 10101110 | 10111010 | 10011100 | 110 | 0 | 10000 | 11011 | 1010100 | 10010 | 1000011 |
Color Harmonies of #AEBA9C
Complementary color
Monochromatic Colors of #AEBA9C
Black with #AEBA9C
Text Example
Text Example
White with #AEBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA9C; }
p { color: rgb(174,186,156); }
H1.HeaderClassName
{
color: #AEBA9C;
}
.AnyTagClassName
{
color: #AEBA9C;
}
</style>
background-color css
<style>
a { background-color: #AEBA9C; }
a { background-color: rgb(174,186,156); }
div.DivClassName
{
background-color: #AEBA9C;
}
.BgClassName
{
background-color: #AEBA9C;
}
</style>
border-color css
<style>
span { border-color: #AEBA9C; }
span { border-color: rgb(174,186,156); }
td.TdClassName
{
border-color: #AEBA9C;
}
.TagClassName
{
border-color: #AEBA9C;
}
</style>