Shades of Spring Rain #A6C395
Tints of Spring Rain #A6C395
RGB
CMYK
RGB Variations
Color information
#A6C395 (or 0xA6C395) is known color: Spring Rain. HEX triplet: A6, C3 and 95. RGB value is (166,195,149). Sum of RGB (Red+Green+Blue) = 166+195+149=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C395 is #593C6A. Grayscale: #B5B5B5. Windows color (decimal): -5848171 or 9814950. OLE color: 9814950.
HSL color Cylindrical-coordinate representation of color #A6C395: hue angle of 97.83º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6C395 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 149 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.24 |
| HSL | 97.83º | 0.28% | 0.67% | - |
| HSV(B) | 97.83º | 0.24% | 0.76% | - |
| XYZ | 40.67 | 49.31 | 35.81 | - |
| YUV | 181.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 149 | 0.15 | 0 | 0.24 | 0.24 | 97.83 | 0.28 | 0.67 |
| Hex | A6 | C3 | 95 | F | 0 | 18 | 18 | 62 | 1C | 43 |
| Octal | 246 | 303 | 225 | 17 | 0 | 30 | 30 | 142 | 34 | 103 |
| Binary | 10100110 | 11000011 | 10010101 | 1111 | 0 | 11000 | 11000 | 1100010 | 11100 | 1000011 |
Color Harmonies of #A6C395
Complementary color
Monochromatic Colors of #A6C395
Black with #A6C395
Text Example
Text Example
White with #A6C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C395; }
p { color: rgb(166,195,149); }
H1.HeaderClassName
{
color: #A6C395;
}
.AnyTagClassName
{
color: #A6C395;
}
</style>
background-color css
<style>
a { background-color: #A6C395; }
a { background-color: rgb(166,195,149); }
div.DivClassName
{
background-color: #A6C395;
}
.BgClassName
{
background-color: #A6C395;
}
</style>
border-color css
<style>
span { border-color: #A6C395; }
span { border-color: rgb(166,195,149); }
td.TdClassName
{
border-color: #A6C395;
}
.TagClassName
{
border-color: #A6C395;
}
</style>