#A1C392

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

Shades of Spring Rain #A1C392

Tints of Spring Rain #A1C392

Color information

#A1C392 (or 0xA1C392) is unknown color: approx Spring Rain. HEX triplet: A1, C3 and 92. RGB value is (161,195,146). Sum of RGB (Red+Green+Blue) = 161+195+146=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C392 is #5E3C6D. Grayscale: #B3B3B3. Windows color (decimal): -6175854 or 9618337. OLE color: 9618337.

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

Color convert

RGB161195146-
CMYK0.1700.250.24
HSL101.63º28.99%66.86%-
HSV(B)101.63º25.13%76.47%-
XYZ39.448.6834.51-
YUV179.25109.24114.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 195 (76.56% from 255) = 38.84%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=32.07%
G=38.84%
B=29.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951460.1700.250.24101.6328.9966.86
HexA1C3921101918661d43
Octal241303222210313014635103
Binary10100001110000111001001010001011001110001100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C392; }

 p { color: rgb(161,195,146); }

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

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

 a { background-color: rgb(161,195,146); }

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

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

 span { border-color: rgb(161,195,146); }

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