Shades of Spring Rain #AEC99E
Tints of Spring Rain #AEC99E
RGB
CMYK
RGB Variations
Color information
#AEC99E (or 0xAEC99E) is known color: Spring Rain. HEX triplet: AE, C9 and 9E. RGB value is (174,201,158). Sum of RGB (Red+Green+Blue) = 174+201+158=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC99E is #513661. Grayscale: #BCBCBC. Windows color (decimal): -5322338 or 10406318. OLE color: 10406318.
HSL color Cylindrical-coordinate representation of color #AEC99E: hue angle of 97.67º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEC99E is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 158 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.21 |
| HSL | 97.67º | 0.28% | 0.7% | - |
| HSV(B) | 97.67º | 0.21% | 0.79% | - |
| XYZ | 44.51 | 53.24 | 40.28 | - |
| YUV | 188.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 158 | 0.13 | 0 | 0.21 | 0.21 | 97.67 | 0.28 | 0.7 |
| Hex | AE | C9 | 9E | D | 0 | 15 | 15 | 62 | 1C | 46 |
| Octal | 256 | 311 | 236 | 15 | 0 | 25 | 25 | 142 | 34 | 106 |
| Binary | 10101110 | 11001001 | 10011110 | 1101 | 0 | 10101 | 10101 | 1100010 | 11100 | 1000110 |
Color Harmonies of #AEC99E
Complementary color
Monochromatic Colors of #AEC99E
Black with #AEC99E
Text Example
Text Example
White with #AEC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC99E; }
p { color: rgb(174,201,158); }
H1.HeaderClassName
{
color: #AEC99E;
}
.AnyTagClassName
{
color: #AEC99E;
}
</style>
background-color css
<style>
a { background-color: #AEC99E; }
a { background-color: rgb(174,201,158); }
div.DivClassName
{
background-color: #AEC99E;
}
.BgClassName
{
background-color: #AEC99E;
}
</style>
border-color css
<style>
span { border-color: #AEC99E; }
span { border-color: rgb(174,201,158); }
td.TdClassName
{
border-color: #AEC99E;
}
.TagClassName
{
border-color: #AEC99E;
}
</style>