Shades of Spring Rain #ADCCA2
Tints of Spring Rain #ADCCA2
RGB
CMYK
RGB Variations
Color information
#ADCCA2 (or 0xADCCA2) is known color: Spring Rain. HEX triplet: AD, CC and A2. RGB value is (173,204,162). Sum of RGB (Red+Green+Blue) = 173+204+162=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCA2 is #52335D. Grayscale: #BEBEBE. Windows color (decimal): -5387102 or 10669229. OLE color: 10669229.
HSL color Cylindrical-coordinate representation of color #ADCCA2: hue angle of 104.29º degrees, saturation: 0.29, 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 #ADCCA2 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 173 | 204 | 162 | - |
CMYK | 0.15 | 0 | 0.21 | 0.2 |
HSL | 104.29º | 0.29% | 0.72% | - |
HSV(B) | 104.29º | 0.21% | 0.8% | - |
XYZ | 45.35 | 54.68 | 42.35 | - |
YUV | 189.94 | 112.23 | 115.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 204 | 162 | 0.15 | 0 | 0.21 | 0.2 | 104.29 | 0.29 | 0.72 |
Hex | AD | CC | A2 | F | 0 | 15 | 14 | 68 | 1D | 48 |
Octal | 255 | 314 | 242 | 17 | 0 | 25 | 24 | 150 | 35 | 110 |
Binary | 10101101 | 11001100 | 10100010 | 1111 | 0 | 10101 | 10100 | 1101000 | 11101 | 1001000 |
Color Harmonies of #ADCCA2
Complementary color
Monochromatic Colors of #ADCCA2
Black with #ADCCA2
Text Example
Text Example
White with #ADCCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCA2; }
p { color: rgb(173,204,162); }
H1.HeaderClassName
{
color: #ADCCA2;
}
.AnyTagClassName
{
color: #ADCCA2;
}
</style>
background-color css
<style>
a { background-color: #ADCCA2; }
a { background-color: rgb(173,204,162); }
div.DivClassName
{
background-color: #ADCCA2;
}
.BgClassName
{
background-color: #ADCCA2;
}
</style>
border-color css
<style>
span { border-color: #ADCCA2; }
span { border-color: rgb(173,204,162); }
td.TdClassName
{
border-color: #ADCCA2;
}
.TagClassName
{
border-color: #ADCCA2;
}
</style>