#A0C090

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

Shades of Spring Rain #A0C090

Tints of Spring Rain #A0C090

Color information

#A0C090 (or 0xA0C090) is unknown color: approx Spring Rain. HEX triplet: A0, C0 and 90. RGB value is (160,192,144). Sum of RGB (Red+Green+Blue) = 160+192+144=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C090 is #5F3F6F. Grayscale: #B1B1B1. Windows color (decimal): -6242160 or 9486496. OLE color: 9486496.

HSL color Cylindrical-coordinate representation of color #A0C090: hue angle of 100º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0C090 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB160192144-
CMYK0.1700.250.25
HSL100º27.59%65.88%-
HSV(B)100º25%75.29%-
XYZ38.3847.1933.47-
YUV176.96109.4115.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=32.26%
G=38.71%
B=29.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921440.1700.250.2510027.5965.88
HexA0C0901101919641c42
Octal240300220210313114434102
Binary10100000110000001001000010001011001110011100100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C090; }

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

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

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

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

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

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

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

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