#ADCEA2

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

Shades of Spring Rain #ADCEA2

Tints of Spring Rain #ADCEA2

Color information

#ADCEA2 (or 0xADCEA2) is unknown color: approx Spring Rain. HEX triplet: AD, CE and A2. RGB value is (173,206,162). Sum of RGB (Red+Green+Blue) = 173+206+162=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEA2 is #52315D. Grayscale: #BFBFBF. Windows color (decimal): -5386590 or 10669741. OLE color: 10669741.

HSL color Cylindrical-coordinate representation of color #ADCEA2: hue angle of 105º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCEA2 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB173206162-
CMYK0.1600.210.19
HSL105º30.99%72.16%-
HSV(B)105º21.36%80.78%-
XYZ45.8355.6442.51-
YUV191.12111.57115.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=31.98%
G=38.08%
B=29.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061620.1600.210.1910530.9972.16
HexADCEA21001513691f48
Octal255316242200252315137110
Binary10101101110011101010001010000010101100111101001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEA2; }

 p { color: rgb(173,206,162); }

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

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

 a { background-color: rgb(173,206,162); }

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

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

 span { border-color: rgb(173,206,162); }

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