#ADCDA1

Color #ADCDA1 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #ADCDA1

Tints of Spring Rain #ADCDA1

Color information

#ADCDA1 (or 0xADCDA1) is unknown color: approx Spring Rain. HEX triplet: AD, CD and A1. RGB value is (173,205,161). Sum of RGB (Red+Green+Blue) = 173+205+161=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDA1 is #52325E. Grayscale: #BEBEBE. Windows color (decimal): -5386847 or 10603949. OLE color: 10603949.

HSL color Cylindrical-coordinate representation of color #ADCDA1: hue angle of 103.64º degrees, saturation: 0.31, 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 #ADCDA1 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB173205161-
CMYK0.1600.210.20
HSL103.64º30.56%71.76%-
HSV(B)103.64º21.46%80.39%-
XYZ45.555.1241.96-
YUV190.42111.4115.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 161 (63.28% from 255) = 29.87%
R=32.10%
G=38.03%
B=29.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051610.1600.210.20103.6430.5671.76
HexADCDA11001514681f48
Octal255315241200252415037110
Binary10101101110011011010000110000010101101001101000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDA1; }

 p { color: rgb(173,205,161); }

 H1.HeaderClassName
 {
   color: #ADCDA1;
 }
 .AnyTagClassName
 {
   color: #ADCDA1;
 }
</style>
background-color css

<style>
 a { background-color: #ADCDA1; }

 a { background-color: rgb(173,205,161); }

 div.DivClassName
 {
   background-color: #ADCDA1;
 }
 .BgClassName
 {
   background-color: #ADCDA1;
 }
</style>
border-color css

<style>
 span { border-color: #ADCDA1; }

 span { border-color: rgb(173,205,161); }

 td.TdClassName
 {
   border-color: #ADCDA1;
 }
 .TagClassName
 {
   border-color: #ADCDA1;
 }
</style>