#ADCA9F

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

Shades of Spring Rain #ADCA9F

Tints of Spring Rain #ADCA9F

Color information

#ADCA9F (or 0xADCA9F) is unknown color: approx Spring Rain. HEX triplet: AD, CA and 9F. RGB value is (173,202,159). Sum of RGB (Red+Green+Blue) = 173+202+159=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA9F is #523560. Grayscale: #BCBCBC. Windows color (decimal): -5387617 or 10472109. OLE color: 10472109.

HSL color Cylindrical-coordinate representation of color #ADCA9F: hue angle of 100.47º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCA9F is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB173202159-
CMYK0.1400.210.21
HSL100.47º28.86%70.78%-
HSV(B)100.47º21.29%79.22%-
XYZ44.6153.6340.8-
YUV188.43111.39117-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=32.40%
G=37.83%
B=29.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021590.1400.210.21100.4728.8670.78
HexADCA9FE01515641d47
Octal255312237160252514435107
Binary1010110111001010100111111110010101101011100100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA9F; }

 p { color: rgb(173,202,159); }

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

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

 a { background-color: rgb(173,202,159); }

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

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

 span { border-color: rgb(173,202,159); }

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