Shades of Spring Rain #A5C899
Tints of Spring Rain #A5C899
RGB
CMYK
RGB Variations
Color information
#A5C899 (or 0xA5C899) is known color: Spring Rain. HEX triplet: A5, C8 and 99. RGB value is (165,200,153). Sum of RGB (Red+Green+Blue) = 165+200+153=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C899 is #5A3766. Grayscale: #B8B8B8. Windows color (decimal): -5912423 or 10078373. OLE color: 10078373.
HSL color Cylindrical-coordinate representation of color #A5C899: hue angle of 104.68º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5C899 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 153 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.22 |
| HSL | 104.68º | 0.3% | 0.69% | - |
| HSV(B) | 104.68º | 0.24% | 0.78% | - |
| XYZ | 41.92 | 51.61 | 37.89 | - |
| YUV | 184.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 153 | 0.18 | 0 | 0.24 | 0.22 | 104.68 | 0.3 | 0.69 |
| Hex | A5 | C8 | 99 | 12 | 0 | 18 | 16 | 69 | 1E | 45 |
| Octal | 245 | 310 | 231 | 22 | 0 | 30 | 26 | 151 | 36 | 105 |
| Binary | 10100101 | 11001000 | 10011001 | 10010 | 0 | 11000 | 10110 | 1101001 | 11110 | 1000101 |
Color Harmonies of #A5C899
Complementary color
Monochromatic Colors of #A5C899
Black with #A5C899
Text Example
Text Example
White with #A5C899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C899; }
p { color: rgb(165,200,153); }
H1.HeaderClassName
{
color: #A5C899;
}
.AnyTagClassName
{
color: #A5C899;
}
</style>
background-color css
<style>
a { background-color: #A5C899; }
a { background-color: rgb(165,200,153); }
div.DivClassName
{
background-color: #A5C899;
}
.BgClassName
{
background-color: #A5C899;
}
</style>
border-color css
<style>
span { border-color: #A5C899; }
span { border-color: rgb(165,200,153); }
td.TdClassName
{
border-color: #A5C899;
}
.TagClassName
{
border-color: #A5C899;
}
</style>