Shades of Spring Rain #A6C49D
Tints of Spring Rain #A6C49D
RGB
CMYK
RGB Variations
Color information
#A6C49D (or 0xA6C49D) is known color: Spring Rain. HEX triplet: A6, C4 and 9D. RGB value is (166,196,157). Sum of RGB (Red+Green+Blue) = 166+196+157=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C49D is #593B62. Grayscale: #B6B6B6. Windows color (decimal): -5847907 or 10339494. OLE color: 10339494.
HSL color Cylindrical-coordinate representation of color #A6C49D: hue angle of 106.15º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6C49D is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 196 | 157 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.23 |
| HSL | 106.15º | 0.25% | 0.69% | - |
| HSV(B) | 106.15º | 0.2% | 0.77% | - |
| XYZ | 41.55 | 50.02 | 39.36 | - |
| YUV | 182.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 157 | 0.15 | 0 | 0.20 | 0.23 | 106.15 | 0.25 | 0.69 |
| Hex | A6 | C4 | 9D | F | 0 | 14 | 17 | 6A | 19 | 45 |
| Octal | 246 | 304 | 235 | 17 | 0 | 24 | 27 | 152 | 31 | 105 |
| Binary | 10100110 | 11000100 | 10011101 | 1111 | 0 | 10100 | 10111 | 1101010 | 11001 | 1000101 |
Color Harmonies of #A6C49D
Complementary color
Monochromatic Colors of #A6C49D
Black with #A6C49D
Text Example
Text Example
White with #A6C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C49D; }
p { color: rgb(166,196,157); }
H1.HeaderClassName
{
color: #A6C49D;
}
.AnyTagClassName
{
color: #A6C49D;
}
</style>
background-color css
<style>
a { background-color: #A6C49D; }
a { background-color: rgb(166,196,157); }
div.DivClassName
{
background-color: #A6C49D;
}
.BgClassName
{
background-color: #A6C49D;
}
</style>
border-color css
<style>
span { border-color: #A6C49D; }
span { border-color: rgb(166,196,157); }
td.TdClassName
{
border-color: #A6C49D;
}
.TagClassName
{
border-color: #A6C49D;
}
</style>