Shades of Spring Rain #A5C99E
Tints of Spring Rain #A5C99E
RGB
CMYK
RGB Variations
Color information
#A5C99E (or 0xA5C99E) is known color: Spring Rain. HEX triplet: A5, C9 and 9E. RGB value is (165,201,158). Sum of RGB (Red+Green+Blue) = 165+201+158=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C99E is #5A3661. Grayscale: #B9B9B9. Windows color (decimal): -5912162 or 10406309. OLE color: 10406309.
HSL color Cylindrical-coordinate representation of color #A5C99E: hue angle of 110.23º 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 #A5C99E is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 158 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.21 |
| HSL | 110.23º | 0.28% | 0.7% | - |
| HSV(B) | 110.23º | 0.21% | 0.79% | - |
| XYZ | 42.58 | 52.24 | 40.19 | - |
| YUV | 185.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 158 | 0.18 | 0 | 0.21 | 0.21 | 110.23 | 0.28 | 0.7 |
| Hex | A5 | C9 | 9E | 12 | 0 | 15 | 15 | 6E | 1C | 46 |
| Octal | 245 | 311 | 236 | 22 | 0 | 25 | 25 | 156 | 34 | 106 |
| Binary | 10100101 | 11001001 | 10011110 | 10010 | 0 | 10101 | 10101 | 1101110 | 11100 | 1000110 |
Color Harmonies of #A5C99E
Complementary color
Monochromatic Colors of #A5C99E
Black with #A5C99E
Text Example
Text Example
White with #A5C99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C99E; }
p { color: rgb(165,201,158); }
H1.HeaderClassName
{
color: #A5C99E;
}
.AnyTagClassName
{
color: #A5C99E;
}
</style>
background-color css
<style>
a { background-color: #A5C99E; }
a { background-color: rgb(165,201,158); }
div.DivClassName
{
background-color: #A5C99E;
}
.BgClassName
{
background-color: #A5C99E;
}
</style>
border-color css
<style>
span { border-color: #A5C99E; }
span { border-color: rgb(165,201,158); }
td.TdClassName
{
border-color: #A5C99E;
}
.TagClassName
{
border-color: #A5C99E;
}
</style>