Shades of Green Spring #AEBC94
Tints of Green Spring #AEBC94
RGB
CMYK
RGB Variations
Color information
#AEBC94 (or 0xAEBC94) is known color: Green Spring. HEX triplet: AE, BC and 94. RGB value is (174,188,148). Sum of RGB (Red+Green+Blue) = 174+188+148=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC94 is #51436B. Grayscale: #B3B3B3. Windows color (decimal): -5325676 or 9747630. OLE color: 9747630.
HSL color Cylindrical-coordinate representation of color #AEBC94: hue angle of 81º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBC94 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 148 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.26 |
| HSL | 81º | 0.23% | 0.66% | - |
| HSV(B) | 81º | 0.21% | 0.74% | - |
| XYZ | 40.78 | 47.1 | 34.96 | - |
| YUV | 179.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 148 | 0.07 | 0 | 0.21 | 0.26 | 81 | 0.23 | 0.66 |
| Hex | AE | BC | 94 | 7 | 0 | 15 | 1A | 51 | 17 | 42 |
| Octal | 256 | 274 | 224 | 7 | 0 | 25 | 32 | 121 | 27 | 102 |
| Binary | 10101110 | 10111100 | 10010100 | 111 | 0 | 10101 | 11010 | 1010001 | 10111 | 1000010 |
Color Harmonies of #AEBC94
Complementary color
Monochromatic Colors of #AEBC94
Black with #AEBC94
Text Example
Text Example
White with #AEBC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC94; }
p { color: rgb(174,188,148); }
H1.HeaderClassName
{
color: #AEBC94;
}
.AnyTagClassName
{
color: #AEBC94;
}
</style>
background-color css
<style>
a { background-color: #AEBC94; }
a { background-color: rgb(174,188,148); }
div.DivClassName
{
background-color: #AEBC94;
}
.BgClassName
{
background-color: #AEBC94;
}
</style>
border-color css
<style>
span { border-color: #AEBC94; }
span { border-color: rgb(174,188,148); }
td.TdClassName
{
border-color: #AEBC94;
}
.TagClassName
{
border-color: #AEBC94;
}
</style>