#ADC6A0

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

Shades of Spring Rain #ADC6A0

Tints of Spring Rain #ADC6A0

Color information

#ADC6A0 (or 0xADC6A0) is unknown color: approx Spring Rain. HEX triplet: AD, C6 and A0. RGB value is (173,198,160). Sum of RGB (Red+Green+Blue) = 173+198+160=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC6A0 is #52395F. Grayscale: #BABABA. Windows color (decimal): -5388640 or 10536621. OLE color: 10536621.

HSL color Cylindrical-coordinate representation of color #ADC6A0: hue angle of 99.47º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADC6A0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB173198160-
CMYK0.1300.190.22
HSL99.47º25%70.2%-
HSV(B)99.47º19.19%77.65%-
XYZ43.7751.8140.95-
YUV186.19113.22118.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=32.58%
G=37.29%
B=30.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981600.1300.190.2299.472570.2
HexADC6A0D01316631946
Octal255306240150232614331106
Binary1010110111000110101000001101010011101101100011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6A0; }

 p { color: rgb(173,198,160); }

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

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

 a { background-color: rgb(173,198,160); }

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

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

 span { border-color: rgb(173,198,160); }

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