#A0C392

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

Shades of Spring Rain #A0C392

Tints of Spring Rain #A0C392

Color information

#A0C392 (or 0xA0C392) is unknown color: approx Spring Rain. HEX triplet: A0, C3 and 92. RGB value is (160,195,146). Sum of RGB (Red+Green+Blue) = 160+195+146=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C392 is #5F3C6D. Grayscale: #B3B3B3. Windows color (decimal): -6241390 or 9618336. OLE color: 9618336.

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

Color convert

RGB160195146-
CMYK0.1800.250.24
HSL102.86º28.99%66.86%-
HSV(B)102.86º25.13%76.47%-
XYZ39.248.5834.5-
YUV178.95109.4114.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 195 (76.56% from 255) = 38.92%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=31.94%
G=38.92%
B=29.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601951460.1800.250.24102.8628.9966.86
HexA0C3921201918671d43
Octal240303222220313014735103
Binary10100000110000111001001010010011001110001100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C392; }

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

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

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

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

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

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

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

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