Shades of Spring Rain #A6CDA2
Tints of Spring Rain #A6CDA2
RGB
CMYK
RGB Variations
Color information
#A6CDA2 (or 0xA6CDA2) is known color: Spring Rain. HEX triplet: A6, CD and A2. RGB value is (166,205,162). Sum of RGB (Red+Green+Blue) = 166+205+162=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CDA2 is #59325D. Grayscale: #BCBCBC. Windows color (decimal): -5845598 or 10669478. OLE color: 10669478.
HSL color Cylindrical-coordinate representation of color #A6CDA2: hue angle of 114.42º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6CDA2 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 162 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.20 |
| HSL | 114.42º | 0.3% | 0.72% | - |
| HSV(B) | 114.42º | 0.21% | 0.8% | - |
| XYZ | 44.08 | 54.38 | 42.36 | - |
| YUV | 188.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 162 | 0.19 | 0 | 0.21 | 0.20 | 114.42 | 0.3 | 0.72 |
| Hex | A6 | CD | A2 | 13 | 0 | 15 | 14 | 72 | 1E | 48 |
| Octal | 246 | 315 | 242 | 23 | 0 | 25 | 24 | 162 | 36 | 110 |
| Binary | 10100110 | 11001101 | 10100010 | 10011 | 0 | 10101 | 10100 | 1110010 | 11110 | 1001000 |
Color Harmonies of #A6CDA2
Complementary color
Monochromatic Colors of #A6CDA2
Black with #A6CDA2
Text Example
Text Example
White with #A6CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDA2; }
p { color: rgb(166,205,162); }
H1.HeaderClassName
{
color: #A6CDA2;
}
.AnyTagClassName
{
color: #A6CDA2;
}
</style>
background-color css
<style>
a { background-color: #A6CDA2; }
a { background-color: rgb(166,205,162); }
div.DivClassName
{
background-color: #A6CDA2;
}
.BgClassName
{
background-color: #A6CDA2;
}
</style>
border-color css
<style>
span { border-color: #A6CDA2; }
span { border-color: rgb(166,205,162); }
td.TdClassName
{
border-color: #A6CDA2;
}
.TagClassName
{
border-color: #A6CDA2;
}
</style>