#A0C390

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

Shades of Spring Rain #A0C390

Tints of Spring Rain #A0C390

Color information

#A0C390 (or 0xA0C390) is unknown color: approx Spring Rain. HEX triplet: A0, C3 and 90. RGB value is (160,195,144). Sum of RGB (Red+Green+Blue) = 160+195+144=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C390 is #5F3C6F. Grayscale: #B2B2B2. Windows color (decimal): -6241392 or 9487264. OLE color: 9487264.

HSL color Cylindrical-coordinate representation of color #A0C390: hue angle of 101.18º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0C390 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB160195144-
CMYK0.1800.260.24
HSL101.18º29.82%66.47%-
HSV(B)101.18º26.15%76.47%-
XYZ39.0548.5233.69-
YUV178.72108.4114.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 195 (76.56% from 255) = 39.08%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=32.06%
G=39.08%
B=28.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601951440.1800.260.24101.1829.8266.47
HexA0C3901201A18651e42
Octal240303220220323014536102
Binary10100000110000111001000010010011010110001100101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C390; }

 p { color: rgb(160,195,144); }

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

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

 a { background-color: rgb(160,195,144); }

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

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

 span { border-color: rgb(160,195,144); }

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