#A1C094

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

Shades of Spring Rain #A1C094

Tints of Spring Rain #A1C094

Color information

#A1C094 (or 0xA1C094) is unknown color: approx Spring Rain. HEX triplet: A1, C0 and 94. RGB value is (161,192,148). Sum of RGB (Red+Green+Blue) = 161+192+148=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C094 is #5E3F6B. Grayscale: #B1B1B1. Windows color (decimal): -6176620 or 9748641. OLE color: 9748641.

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

Color convert

RGB161192148-
CMYK0.1600.230.25
HSL102.27º25.88%66.67%-
HSV(B)102.27º22.92%75.29%-
XYZ38.8947.4135.12-
YUV177.71111.23116.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=32.14%
G=38.32%
B=29.54%

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
Decimal1611921480.1600.230.25102.2725.8866.67
HexA1C0941001719661a43
Octal241300224200273114632103
Binary10100001110000001001010010000010111110011100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C094; }

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

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

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

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

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

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

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

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