#ADC5AA

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

Shades of Rainee #ADC5AA

Tints of Rainee #ADC5AA

Color information

#ADC5AA (or 0xADC5AA) is unknown color: approx Rainee. HEX triplet: AD, C5 and AA. RGB value is (173,197,170). Sum of RGB (Red+Green+Blue) = 173+197+170=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC5AA is #523A55. Grayscale: #BABABA. Windows color (decimal): -5388886 or 11191725. OLE color: 11191725.

HSL color Cylindrical-coordinate representation of color #ADC5AA: hue angle of 113.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC5AA is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB173197170-
CMYK0.1200.140.23
HSL113.33º18.88%71.96%-
HSV(B)113.33º13.71%77.25%-
XYZ44.4651.7245.67-
YUV186.75118.55118.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 197 (77.34% from 255) = 36.48%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=32.04%
G=36.48%
B=31.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731971700.1200.140.23113.3318.8871.96
HexADC5AAC0E17711348
Octal255305252140162716123110
Binary101011011100010110101010110001110101111110001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5AA; }

 p { color: rgb(173,197,170); }

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

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

 a { background-color: rgb(173,197,170); }

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

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

 span { border-color: rgb(173,197,170); }

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