#A1C092

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

Shades of Spring Rain #A1C092

Tints of Spring Rain #A1C092

Color information

#A1C092 (or 0xA1C092) is unknown color: approx Spring Rain. HEX triplet: A1, C0 and 92. RGB value is (161,192,146). Sum of RGB (Red+Green+Blue) = 161+192+146=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C092 is #5E3F6D. Grayscale: #B1B1B1. Windows color (decimal): -6176622 or 9617569. OLE color: 9617569.

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

Color convert

RGB161192146-
CMYK0.1600.240.25
HSL100.43º26.74%66.27%-
HSV(B)100.43º23.96%75.29%-
XYZ38.7447.3534.29-
YUV177.49110.23116.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 146 (57.42% from 255) = 29.26%
R=32.26%
G=38.48%
B=29.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611921460.1600.240.25100.4326.7466.27
HexA1C0921001819641b42
Octal241300222200303114433102
Binary10100001110000001001001010000011000110011100100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C092; }

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

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

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

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

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

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

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

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