#ADC5A8

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

Shades of Rainee #ADC5A8

Tints of Rainee #ADC5A8

Color information

#ADC5A8 (or 0xADC5A8) is unknown color: approx Rainee. HEX triplet: AD, C5 and A8. RGB value is (173,197,168). Sum of RGB (Red+Green+Blue) = 173+197+168=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC5A8 is #523A57. Grayscale: #BABABA. Windows color (decimal): -5388888 or 11060653. OLE color: 11060653.

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

Color convert

RGB173197168-
CMYK0.1200.150.23
HSL109.66º20%71.57%-
HSV(B)109.66º14.72%77.25%-
XYZ44.2751.6444.68-
YUV186.52117.55118.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 168 (66.02% from 255) = 31.23%
R=32.16%
G=36.62%
B=31.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731971680.1200.150.23109.662071.57
HexADC5A8C0F176e1448
Octal255305250140172715624110
Binary101011011100010110101000110001111101111101110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5A8; }

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

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

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

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

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

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

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

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