#A2C094

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

Shades of Spring Rain #A2C094

Tints of Spring Rain #A2C094

Color information

#A2C094 (or 0xA2C094) is unknown color: approx Spring Rain. HEX triplet: A2, C0 and 94. RGB value is (162,192,148). Sum of RGB (Red+Green+Blue) = 162+192+148=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C094 is #5D3F6B. Grayscale: #B2B2B2. Windows color (decimal): -6111084 or 9748642. OLE color: 9748642.

HSL color Cylindrical-coordinate representation of color #A2C094: hue angle of 100.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2C094 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB162192148-
CMYK0.1600.230.25
HSL100.91º25.88%66.67%-
HSV(B)100.91º22.92%75.29%-
XYZ39.147.5235.13-
YUV178.01111.06116.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=32.27%
G=38.25%
B=29.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921480.1600.230.25100.9125.8866.67
HexA2C0941001719651a43
Octal242300224200273114532103
Binary10100010110000001001010010000010111110011100101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C094; }

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

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

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

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

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

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

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

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