Shades of Spring Rain #A6CA9D
Tints of Spring Rain #A6CA9D
RGB
CMYK
RGB Variations
Color information
#A6CA9D (or 0xA6CA9D) is known color: Spring Rain. HEX triplet: A6, CA and 9D. RGB value is (166,202,157). Sum of RGB (Red+Green+Blue) = 166+202+157=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA9D is #593562. Grayscale: #BABABA. Windows color (decimal): -5846371 or 10341030. OLE color: 10341030.
HSL color Cylindrical-coordinate representation of color #A6CA9D: hue angle of 108º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6CA9D is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 157 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.21 |
| HSL | 108º | 0.3% | 0.7% | - |
| HSV(B) | 108º | 0.22% | 0.79% | - |
| XYZ | 42.93 | 52.78 | 39.82 | - |
| YUV | 186.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 157 | 0.18 | 0 | 0.22 | 0.21 | 108 | 0.3 | 0.7 |
| Hex | A6 | CA | 9D | 12 | 0 | 16 | 15 | 6C | 1E | 46 |
| Octal | 246 | 312 | 235 | 22 | 0 | 26 | 25 | 154 | 36 | 106 |
| Binary | 10100110 | 11001010 | 10011101 | 10010 | 0 | 10110 | 10101 | 1101100 | 11110 | 1000110 |
Color Harmonies of #A6CA9D
Complementary color
Monochromatic Colors of #A6CA9D
Black with #A6CA9D
Text Example
Text Example
White with #A6CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA9D; }
p { color: rgb(166,202,157); }
H1.HeaderClassName
{
color: #A6CA9D;
}
.AnyTagClassName
{
color: #A6CA9D;
}
</style>
background-color css
<style>
a { background-color: #A6CA9D; }
a { background-color: rgb(166,202,157); }
div.DivClassName
{
background-color: #A6CA9D;
}
.BgClassName
{
background-color: #A6CA9D;
}
</style>
border-color css
<style>
span { border-color: #A6CA9D; }
span { border-color: rgb(166,202,157); }
td.TdClassName
{
border-color: #A6CA9D;
}
.TagClassName
{
border-color: #A6CA9D;
}
</style>