Shades of Spring Rain #A6C097
Tints of Spring Rain #A6C097
RGB
CMYK
RGB Variations
Color information
#A6C097 (or 0xA6C097) is known color: Spring Rain. HEX triplet: A6, C0 and 97. RGB value is (166,192,151). Sum of RGB (Red+Green+Blue) = 166+192+151=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C097 is #593F68. Grayscale: #B3B3B3. Windows color (decimal): -5848937 or 9945254. OLE color: 9945254.
HSL color Cylindrical-coordinate representation of color #A6C097: hue angle of 98.05º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6C097 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 151 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.25 |
| HSL | 98.05º | 0.25% | 0.67% | - |
| HSV(B) | 98.05º | 0.21% | 0.75% | - |
| XYZ | 40.16 | 48.04 | 36.43 | - |
| YUV | 179.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 151 | 0.14 | 0 | 0.21 | 0.25 | 98.05 | 0.25 | 0.67 |
| Hex | A6 | C0 | 97 | E | 0 | 15 | 19 | 62 | 19 | 43 |
| Octal | 246 | 300 | 227 | 16 | 0 | 25 | 31 | 142 | 31 | 103 |
| Binary | 10100110 | 11000000 | 10010111 | 1110 | 0 | 10101 | 11001 | 1100010 | 11001 | 1000011 |
Color Harmonies of #A6C097
Complementary color
Monochromatic Colors of #A6C097
Black with #A6C097
Text Example
Text Example
White with #A6C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C097; }
p { color: rgb(166,192,151); }
H1.HeaderClassName
{
color: #A6C097;
}
.AnyTagClassName
{
color: #A6C097;
}
</style>
background-color css
<style>
a { background-color: #A6C097; }
a { background-color: rgb(166,192,151); }
div.DivClassName
{
background-color: #A6C097;
}
.BgClassName
{
background-color: #A6C097;
}
</style>
border-color css
<style>
span { border-color: #A6C097; }
span { border-color: rgb(166,192,151); }
td.TdClassName
{
border-color: #A6C097;
}
.TagClassName
{
border-color: #A6C097;
}
</style>