#ADC2A9

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

Shades of Rainee #ADC2A9

Tints of Rainee #ADC2A9

Color information

#ADC2A9 (or 0xADC2A9) is unknown color: approx Rainee. HEX triplet: AD, C2 and A9. RGB value is (173,194,169). Sum of RGB (Red+Green+Blue) = 173+194+169=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2A9 is #523D56. Grayscale: #B8B8B8. Windows color (decimal): -5389655 or 11125421. OLE color: 11125421.

HSL color Cylindrical-coordinate representation of color #ADC2A9: hue angle of 110.4º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC2A9 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB173194169-
CMYK0.1100.130.24
HSL110.4º17.01%71.18%-
HSV(B)110.4º12.89%76.08%-
XYZ43.6950.3344.95-
YUV184.87119.04119.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 194 (76.17% from 255) = 36.19%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=32.28%
G=36.19%
B=31.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941690.1100.130.24110.417.0171.18
HexADC2A9B0D186e1147
Octal255302251130153015621107
Binary101011011100001010101001101101101110001101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2A9; }

 p { color: rgb(173,194,169); }

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

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

 a { background-color: rgb(173,194,169); }

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

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

 span { border-color: rgb(173,194,169); }

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