#ABD0A2

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

Shades of Spring Rain #ABD0A2

Tints of Spring Rain #ABD0A2

Color information

#ABD0A2 (or 0xABD0A2) is unknown color: approx Spring Rain. HEX triplet: AB, D0 and A2. RGB value is (171,208,162). Sum of RGB (Red+Green+Blue) = 171+208+162=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD0A2 is #542F5D. Grayscale: #BFBFBF. Windows color (decimal): -5517150 or 10670251. OLE color: 10670251.

HSL color Cylindrical-coordinate representation of color #ABD0A2: hue angle of 108.26º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABD0A2 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB171208162-
CMYK0.1800.220.18
HSL108.26º32.86%72.55%-
HSV(B)108.26º22.12%81.57%-
XYZ45.8756.3842.65-
YUV191.69111.24113.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 208 (81.64% from 255) = 38.45%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=31.61%
G=38.45%
B=29.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081620.1800.220.18108.2632.8672.55
HexABD0A212016126c2149
Octal253320242220262215441111
Binary101010111101000010100010100100101101001011011001000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0A2; }

 p { color: rgb(171,208,162); }

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

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

 a { background-color: rgb(171,208,162); }

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

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

 span { border-color: rgb(171,208,162); }

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