#a2c294

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

Shades of Spring Rain #A2C294

Tints of Spring Rain #A2C294

Color information

#A2C294 (or 0xA2C294) is unknown color: approx Spring Rain. HEX triplet: A2, C2 and 94. RGB value is (162,194,148). Sum of RGB (Red+Green+Blue) = 162+194+148=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C294 is #5D3D6B. Grayscale: #B3B3B3. Windows color (decimal): -6110572 or 9749154. OLE color: 9749154.

HSL color Cylindrical-coordinate representation of color #A2C294: hue angle of 101.74º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2C294 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB162194148-
CMYK0.1600.240.24
HSL101.74º27.38%67.06%-
HSV(B)101.74º23.71%76.08%-
XYZ39.5448.435.28-
YUV179.19110.4115.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=32.14%
G=38.49%
B=29.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941480.1600.240.24101.7427.3867.06
HexA2C2941001818661b43
Octal242302224200303014633103
Binary10100010110000101001010010000011000110001100110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2c294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2c294; }

 p { color: rgb(162,194,148); }

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

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

 a { background-color: rgb(162,194,148); }

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

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

 span { border-color: rgb(162,194,148); }

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