Shades of Spring Rain #ABCDA3
Tints of Spring Rain #ABCDA3
RGB
CMYK
RGB Variations
Color information
#ABCDA3 (or 0xABCDA3) is known color: Spring Rain. HEX triplet: AB, CD and A3. RGB value is (171,205,163). Sum of RGB (Red+Green+Blue) = 171+205+163=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDA3 is #54325C. Grayscale: #BEBEBE. Windows color (decimal): -5517917 or 10735019. OLE color: 10735019.
HSL color Cylindrical-coordinate representation of color #ABCDA3: hue angle of 108.57º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABCDA3 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 163 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.20 |
| HSL | 108.57º | 0.3% | 0.72% | - |
| HSV(B) | 108.57º | 0.2% | 0.8% | - |
| XYZ | 45.24 | 54.96 | 42.88 | - |
| YUV | 190.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 163 | 0.17 | 0 | 0.20 | 0.20 | 108.57 | 0.3 | 0.72 |
| Hex | AB | CD | A3 | 11 | 0 | 14 | 14 | 6D | 1E | 48 |
| Octal | 253 | 315 | 243 | 21 | 0 | 24 | 24 | 155 | 36 | 110 |
| Binary | 10101011 | 11001101 | 10100011 | 10001 | 0 | 10100 | 10100 | 1101101 | 11110 | 1001000 |
Color Harmonies of #ABCDA3
Complementary color
Monochromatic Colors of #ABCDA3
Black with #ABCDA3
Text Example
Text Example
White with #ABCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDA3; }
p { color: rgb(171,205,163); }
H1.HeaderClassName
{
color: #ABCDA3;
}
.AnyTagClassName
{
color: #ABCDA3;
}
</style>
background-color css
<style>
a { background-color: #ABCDA3; }
a { background-color: rgb(171,205,163); }
div.DivClassName
{
background-color: #ABCDA3;
}
.BgClassName
{
background-color: #ABCDA3;
}
</style>
border-color css
<style>
span { border-color: #ABCDA3; }
span { border-color: rgb(171,205,163); }
td.TdClassName
{
border-color: #ABCDA3;
}
.TagClassName
{
border-color: #ABCDA3;
}
</style>