#A0C290

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

Shades of Spring Rain #A0C290

Tints of Spring Rain #A0C290

Color information

#A0C290 (or 0xA0C290) is unknown color: approx Spring Rain. HEX triplet: A0, C2 and 90. RGB value is (160,194,144). Sum of RGB (Red+Green+Blue) = 160+194+144=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C290 is #5F3D6F. Grayscale: #B2B2B2. Windows color (decimal): -6241648 or 9487008. OLE color: 9487008.

HSL color Cylindrical-coordinate representation of color #A0C290: hue angle of 100.8º degrees, saturation: 0.29, 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 #A0C290 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB160194144-
CMYK0.1800.260.24
HSL100.8º29.07%66.27%-
HSV(B)100.8º25.77%76.08%-
XYZ38.8248.0733.62-
YUV178.13108.74115.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=32.13%
G=38.96%
B=28.92%

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
Decimal1601941440.1800.260.24100.829.0766.27
HexA0C2901201A18651d42
Octal240302220220323014535102
Binary10100000110000101001000010010011010110001100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C290; }

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

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

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

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

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

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

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

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