Shades of Spring Rain #AFCDA3
Tints of Spring Rain #AFCDA3
RGB
CMYK
RGB Variations
Color information
#AFCDA3 (or 0xAFCDA3) is known color: Spring Rain. HEX triplet: AF, CD and A3. RGB value is (175,205,163). Sum of RGB (Red+Green+Blue) = 175+205+163=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDA3 is #50325C. Grayscale: #BFBFBF. Windows color (decimal): -5255773 or 10735023. OLE color: 10735023.
HSL color Cylindrical-coordinate representation of color #AFCDA3: hue angle of 102.86º 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 #AFCDA3 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 163 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.20 |
| HSL | 102.86º | 0.3% | 0.72% | - |
| HSV(B) | 102.86º | 0.2% | 0.8% | - |
| XYZ | 46.12 | 55.42 | 42.92 | - |
| YUV | 191.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 163 | 0.15 | 0 | 0.20 | 0.20 | 102.86 | 0.3 | 0.72 |
| Hex | AF | CD | A3 | F | 0 | 14 | 14 | 67 | 1E | 48 |
| Octal | 257 | 315 | 243 | 17 | 0 | 24 | 24 | 147 | 36 | 110 |
| Binary | 10101111 | 11001101 | 10100011 | 1111 | 0 | 10100 | 10100 | 1100111 | 11110 | 1001000 |
Color Harmonies of #AFCDA3
Complementary color
Monochromatic Colors of #AFCDA3
Black with #AFCDA3
Text Example
Text Example
White with #AFCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDA3; }
p { color: rgb(175,205,163); }
H1.HeaderClassName
{
color: #AFCDA3;
}
.AnyTagClassName
{
color: #AFCDA3;
}
</style>
background-color css
<style>
a { background-color: #AFCDA3; }
a { background-color: rgb(175,205,163); }
div.DivClassName
{
background-color: #AFCDA3;
}
.BgClassName
{
background-color: #AFCDA3;
}
</style>
border-color css
<style>
span { border-color: #AFCDA3; }
span { border-color: rgb(175,205,163); }
td.TdClassName
{
border-color: #AFCDA3;
}
.TagClassName
{
border-color: #AFCDA3;
}
</style>