Shades of Spring Rain #A5C69F
Tints of Spring Rain #A5C69F
RGB
CMYK
RGB Variations
Color information
#A5C69F (or 0xA5C69F) is known color: Spring Rain. HEX triplet: A5, C6 and 9F. RGB value is (165,198,159). Sum of RGB (Red+Green+Blue) = 165+198+159=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C69F is #5A3960. Grayscale: #B7B7B7. Windows color (decimal): -5912929 or 10471077. OLE color: 10471077.
HSL color Cylindrical-coordinate representation of color #A5C69F: hue angle of 110.77º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5C69F is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 198 | 159 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.22 |
| HSL | 110.77º | 0.25% | 0.7% | - |
| HSV(B) | 110.77º | 0.2% | 0.78% | - |
| XYZ | 41.97 | 50.89 | 40.41 | - |
| YUV | 183.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 159 | 0.17 | 0 | 0.20 | 0.22 | 110.77 | 0.25 | 0.7 |
| Hex | A5 | C6 | 9F | 11 | 0 | 14 | 16 | 6F | 19 | 46 |
| Octal | 245 | 306 | 237 | 21 | 0 | 24 | 26 | 157 | 31 | 106 |
| Binary | 10100101 | 11000110 | 10011111 | 10001 | 0 | 10100 | 10110 | 1101111 | 11001 | 1000110 |
Color Harmonies of #A5C69F
Complementary color
Monochromatic Colors of #A5C69F
Black with #A5C69F
Text Example
Text Example
White with #A5C69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C69F; }
p { color: rgb(165,198,159); }
H1.HeaderClassName
{
color: #A5C69F;
}
.AnyTagClassName
{
color: #A5C69F;
}
</style>
background-color css
<style>
a { background-color: #A5C69F; }
a { background-color: rgb(165,198,159); }
div.DivClassName
{
background-color: #A5C69F;
}
.BgClassName
{
background-color: #A5C69F;
}
</style>
border-color css
<style>
span { border-color: #A5C69F; }
span { border-color: rgb(165,198,159); }
td.TdClassName
{
border-color: #A5C69F;
}
.TagClassName
{
border-color: #A5C69F;
}
</style>