#A0C496

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

Shades of Spring Rain #A0C496

Tints of Spring Rain #A0C496

Color information

#A0C496 (or 0xA0C496) is unknown color: approx Spring Rain. HEX triplet: A0, C4 and 96. RGB value is (160,196,150). Sum of RGB (Red+Green+Blue) = 160+196+150=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C496 is #5F3B69. Grayscale: #B4B4B4. Windows color (decimal): -6241130 or 9880736. OLE color: 9880736.

HSL color Cylindrical-coordinate representation of color #A0C496: hue angle of 106.96º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0C496 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB160196150-
CMYK0.1800.230.23
HSL106.96º28.05%67.84%-
HSV(B)106.96º23.47%76.86%-
XYZ39.7449.1636.25-
YUV179.99111.07113.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=31.62%
G=38.74%
B=29.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601961500.1800.230.23106.9628.0567.84
HexA0C49612017176b1c44
Octal240304226220272715334104
Binary10100000110001001001011010010010111101111101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C496; }

 p { color: rgb(160,196,150); }

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

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

 a { background-color: rgb(160,196,150); }

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

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

 span { border-color: rgb(160,196,150); }

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