#ADC2A3

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

Shades of Spring Rain #ADC2A3

Tints of Spring Rain #ADC2A3

Color information

#ADC2A3 (or 0xADC2A3) is unknown color: approx Spring Rain. HEX triplet: AD, C2 and A3. RGB value is (173,194,163). Sum of RGB (Red+Green+Blue) = 173+194+163=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2A3 is #523D5C. Grayscale: #B8B8B8. Windows color (decimal): -5389661 or 10732205. OLE color: 10732205.

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

Color convert

RGB173194163-
CMYK0.1100.160.24
HSL100.65º20.26%70%-
HSV(B)100.65º15.98%76.08%-
XYZ43.1450.1142.05-
YUV184.19116.04120.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 194 (76.17% from 255) = 36.60%
BLUE value IS 163 (64.06% from 255) = 30.75%
R=32.64%
G=36.60%
B=30.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941630.1100.160.24100.6520.2670
HexADC2A3B01018651446
Octal255302243130203014524106
Binary1010110111000010101000111011010000110001100101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2A3; }

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

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

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

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

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

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

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

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