#ADCD9D

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

Shades of Spring Rain #ADCD9D

Tints of Spring Rain #ADCD9D

Color information

#ADCD9D (or 0xADCD9D) is unknown color: approx Spring Rain. HEX triplet: AD, CD and 9D. RGB value is (173,205,157). Sum of RGB (Red+Green+Blue) = 173+205+157=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD9D is #523262. Grayscale: #BEBEBE. Windows color (decimal): -5386851 or 10341805. OLE color: 10341805.

HSL color Cylindrical-coordinate representation of color #ADCD9D: hue angle of 100º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCD9D is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB173205157-
CMYK0.1600.230.20
HSL100º32.43%70.98%-
HSV(B)100º23.41%80.39%-
XYZ45.1554.9840.13-
YUV189.96109.4115.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=32.34%
G=38.32%
B=29.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051570.1600.230.2010032.4370.98
HexADCD9D1001714642047
Octal255315235200272414440107
Binary101011011100110110011101100000101111010011001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD9D; }

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

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

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

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

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

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

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

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