Shades of Spring Rain #A5C09C
Tints of Spring Rain #A5C09C
RGB
CMYK
RGB Variations
Color information
#A5C09C (or 0xA5C09C) is known color: Spring Rain. HEX triplet: A5, C0 and 9C. RGB value is (165,192,156). Sum of RGB (Red+Green+Blue) = 165+192+156=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C09C is #5A3F63. Grayscale: #B3B3B3. Windows color (decimal): -5914468 or 10272933. OLE color: 10272933.
HSL color Cylindrical-coordinate representation of color #A5C09C: hue angle of 105º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5C09C is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 156 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.25 |
| HSL | 105º | 0.22% | 0.68% | - |
| HSV(B) | 105º | 0.19% | 0.75% | - |
| XYZ | 40.37 | 48.1 | 38.61 | - |
| YUV | 179.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 156 | 0.14 | 0 | 0.19 | 0.25 | 105 | 0.22 | 0.68 |
| Hex | A5 | C0 | 9C | E | 0 | 13 | 19 | 69 | 16 | 44 |
| Octal | 245 | 300 | 234 | 16 | 0 | 23 | 31 | 151 | 26 | 104 |
| Binary | 10100101 | 11000000 | 10011100 | 1110 | 0 | 10011 | 11001 | 1101001 | 10110 | 1000100 |
Color Harmonies of #A5C09C
Complementary color
Monochromatic Colors of #A5C09C
Black with #A5C09C
Text Example
Text Example
White with #A5C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C09C; }
p { color: rgb(165,192,156); }
H1.HeaderClassName
{
color: #A5C09C;
}
.AnyTagClassName
{
color: #A5C09C;
}
</style>
background-color css
<style>
a { background-color: #A5C09C; }
a { background-color: rgb(165,192,156); }
div.DivClassName
{
background-color: #A5C09C;
}
.BgClassName
{
background-color: #A5C09C;
}
</style>
border-color css
<style>
span { border-color: #A5C09C; }
span { border-color: rgb(165,192,156); }
td.TdClassName
{
border-color: #A5C09C;
}
.TagClassName
{
border-color: #A5C09C;
}
</style>