Shades of Spring Rain #A6CA94
Tints of Spring Rain #A6CA94
RGB
CMYK
RGB Variations
Color information
#A6CA94 (or 0xA6CA94) is known color: Spring Rain. HEX triplet: A6, CA and 94. RGB value is (166,202,148). Sum of RGB (Red+Green+Blue) = 166+202+148=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA94 is #59356B. Grayscale: #B9B9B9. Windows color (decimal): -5846380 or 9751206. OLE color: 9751206.
HSL color Cylindrical-coordinate representation of color #A6CA94: hue angle of 100º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6CA94 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 148 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.21 |
| HSL | 100º | 0.34% | 0.69% | - |
| HSV(B) | 100º | 0.27% | 0.79% | - |
| XYZ | 42.19 | 52.49 | 35.92 | - |
| YUV | 185.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 148 | 0.18 | 0 | 0.27 | 0.21 | 100 | 0.34 | 0.69 |
| Hex | A6 | CA | 94 | 12 | 0 | 1B | 15 | 64 | 22 | 45 |
| Octal | 246 | 312 | 224 | 22 | 0 | 33 | 25 | 144 | 42 | 105 |
| Binary | 10100110 | 11001010 | 10010100 | 10010 | 0 | 11011 | 10101 | 1100100 | 100010 | 1000101 |
Color Harmonies of #A6CA94
Complementary color
Monochromatic Colors of #A6CA94
Black with #A6CA94
Text Example
Text Example
White with #A6CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA94; }
p { color: rgb(166,202,148); }
H1.HeaderClassName
{
color: #A6CA94;
}
.AnyTagClassName
{
color: #A6CA94;
}
</style>
background-color css
<style>
a { background-color: #A6CA94; }
a { background-color: rgb(166,202,148); }
div.DivClassName
{
background-color: #A6CA94;
}
.BgClassName
{
background-color: #A6CA94;
}
</style>
border-color css
<style>
span { border-color: #A6CA94; }
span { border-color: rgb(166,202,148); }
td.TdClassName
{
border-color: #A6CA94;
}
.TagClassName
{
border-color: #A6CA94;
}
</style>