Shades of Spring Rain #A5C89A
Tints of Spring Rain #A5C89A
RGB
CMYK
RGB Variations
Color information
#A5C89A (or 0xA5C89A) is known color: Spring Rain. HEX triplet: A5, C8 and 9A. RGB value is (165,200,154). Sum of RGB (Red+Green+Blue) = 165+200+154=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C89A is #5A3765. Grayscale: #B8B8B8. Windows color (decimal): -5912422 or 10143909. OLE color: 10143909.
HSL color Cylindrical-coordinate representation of color #A5C89A: hue angle of 105.65º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5C89A is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 154 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.22 |
| HSL | 105.65º | 0.29% | 0.69% | - |
| HSV(B) | 105.65º | 0.23% | 0.78% | - |
| XYZ | 42 | 51.64 | 38.33 | - |
| YUV | 184.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 154 | 0.18 | 0 | 0.23 | 0.22 | 105.65 | 0.29 | 0.69 |
| Hex | A5 | C8 | 9A | 12 | 0 | 17 | 16 | 6A | 1D | 45 |
| Octal | 245 | 310 | 232 | 22 | 0 | 27 | 26 | 152 | 35 | 105 |
| Binary | 10100101 | 11001000 | 10011010 | 10010 | 0 | 10111 | 10110 | 1101010 | 11101 | 1000101 |
Color Harmonies of #A5C89A
Complementary color
Monochromatic Colors of #A5C89A
Black with #A5C89A
Text Example
Text Example
White with #A5C89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C89A; }
p { color: rgb(165,200,154); }
H1.HeaderClassName
{
color: #A5C89A;
}
.AnyTagClassName
{
color: #A5C89A;
}
</style>
background-color css
<style>
a { background-color: #A5C89A; }
a { background-color: rgb(165,200,154); }
div.DivClassName
{
background-color: #A5C89A;
}
.BgClassName
{
background-color: #A5C89A;
}
</style>
border-color css
<style>
span { border-color: #A5C89A; }
span { border-color: rgb(165,200,154); }
td.TdClassName
{
border-color: #A5C89A;
}
.TagClassName
{
border-color: #A5C89A;
}
</style>