#A0C994

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

Shades of Spring Rain #A0C994

Tints of Spring Rain #A0C994

Color information

#A0C994 (or 0xA0C994) is unknown color: approx Spring Rain. HEX triplet: A0, C9 and 94. RGB value is (160,201,148). Sum of RGB (Red+Green+Blue) = 160+201+148=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C994 is #5F366B. Grayscale: #B6B6B6. Windows color (decimal): -6239852 or 9750944. OLE color: 9750944.

HSL color Cylindrical-coordinate representation of color #A0C994: hue angle of 106.42º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0C994 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB160201148-
CMYK0.2000.260.21
HSL106.42º32.92%68.43%-
HSV(B)106.42º26.37%78.82%-
XYZ40.7351.3835.79-
YUV182.7108.42111.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 201 (78.91% from 255) = 39.49%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=31.43%
G=39.49%
B=29.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602011480.2000.260.21106.4232.9268.43
HexA0C9941401A156a2144
Octal240311224240322515241104
Binary101000001100100110010100101000110101010111010101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C994; }

 p { color: rgb(160,201,148); }

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

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

 a { background-color: rgb(160,201,148); }

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

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

 span { border-color: rgb(160,201,148); }

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