#A2C092

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

Shades of Spring Rain #A2C092

Tints of Spring Rain #A2C092

Color information

#A2C092 (or 0xA2C092) is unknown color: approx Spring Rain. HEX triplet: A2, C0 and 92. RGB value is (162,192,146). Sum of RGB (Red+Green+Blue) = 162+192+146=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C092 is #5D3F6D. Grayscale: #B1B1B1. Windows color (decimal): -6111086 or 9617570. OLE color: 9617570.

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

Color convert

RGB162192146-
CMYK0.1600.240.25
HSL99.13º26.74%66.27%-
HSV(B)99.13º23.96%75.29%-
XYZ38.9447.4634.3-
YUV177.79110.06116.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=32.4%
G=38.4%
B=29.2%

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
Decimal1621921460.1600.240.2599.1326.7466.27
HexA2C0921001819631b42
Octal242300222200303114333102
Binary10100010110000001001001010000011000110011100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C092; }

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

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

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

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

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

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

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

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