#A4C094

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

Shades of Spring Rain #A4C094

Tints of Spring Rain #A4C094

Color information

#A4C094 (or 0xA4C094) is unknown color: approx Spring Rain. HEX triplet: A4, C0 and 94. RGB value is (164,192,148). Sum of RGB (Red+Green+Blue) = 164+192+148=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C094 is #5B3F6B. Grayscale: #B2B2B2. Windows color (decimal): -5980012 or 9748644. OLE color: 9748644.

HSL color Cylindrical-coordinate representation of color #A4C094: hue angle of 98.18º 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 #A4C094 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB164192148-
CMYK0.1500.230.25
HSL98.18º25.88%66.67%-
HSV(B)98.18º22.92%75.29%-
XYZ39.547.7335.15-
YUV178.61110.72117.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=32.54%
G=38.10%
B=29.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641921480.1500.230.2598.1825.8866.67
HexA4C094F01719621a43
Octal244300224170273114232103
Binary1010010011000000100101001111010111110011100010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C094; }

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

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

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

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

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

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

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

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