Shades of Green Spring #AEB19F
Tints of Green Spring #AEB19F
RGB
CMYK
RGB Variations
Color information
#AEB19F (or 0xAEB19F) is known color: Green Spring. HEX triplet: AE, B1 and 9F. RGB value is (174,177,159). Sum of RGB (Red+Green+Blue) = 174+177+159=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB19F is #514E60. Grayscale: #AEAEAE. Windows color (decimal): -5328481 or 10465710. OLE color: 10465710.
HSL color Cylindrical-coordinate representation of color #AEB19F: hue angle of 70º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEB19F is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 177 | 159 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.31 |
| HSL | 70º | 0.1% | 0.66% | - |
| HSV(B) | 70º | 0.1% | 0.69% | - |
| XYZ | 39.44 | 42.95 | 39.01 | - |
| YUV | 174.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 159 | 0.02 | 0 | 0.10 | 0.31 | 70 | 0.1 | 0.66 |
| Hex | AE | B1 | 9F | 2 | 0 | A | 1F | 46 | A | 42 |
| Octal | 256 | 261 | 237 | 2 | 0 | 12 | 37 | 106 | 12 | 102 |
| Binary | 10101110 | 10110001 | 10011111 | 10 | 0 | 1010 | 11111 | 1000110 | 1010 | 1000010 |
Color Harmonies of #AEB19F
Complementary color
Monochromatic Colors of #AEB19F
Black with #AEB19F
Text Example
Text Example
White with #AEB19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB19F; }
p { color: rgb(174,177,159); }
H1.HeaderClassName
{
color: #AEB19F;
}
.AnyTagClassName
{
color: #AEB19F;
}
</style>
background-color css
<style>
a { background-color: #AEB19F; }
a { background-color: rgb(174,177,159); }
div.DivClassName
{
background-color: #AEB19F;
}
.BgClassName
{
background-color: #AEB19F;
}
</style>
border-color css
<style>
span { border-color: #AEB19F; }
span { border-color: rgb(174,177,159); }
td.TdClassName
{
border-color: #AEB19F;
}
.TagClassName
{
border-color: #AEB19F;
}
</style>