#A0C892

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

Shades of Spring Rain #A0C892

Tints of Spring Rain #A0C892

Color information

#A0C892 (or 0xA0C892) is unknown color: approx Spring Rain. HEX triplet: A0, C8 and 92. RGB value is (160,200,146). Sum of RGB (Red+Green+Blue) = 160+200+146=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C892 is #5F376D. Grayscale: #B6B6B6. Windows color (decimal): -6240110 or 9619616. OLE color: 9619616.

HSL color Cylindrical-coordinate representation of color #A0C892: hue angle of 104.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C892 is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB160200146-
CMYK0.200.270.22
HSL104.44º32.93%67.84%-
HSV(B)104.44º27%78.43%-
XYZ40.3450.8634.88-
YUV181.88107.75112.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=31.62%
G=39.53%
B=28.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001460.200.270.22104.4432.9367.84
HexA0C8921401B16682144
Octal240310222240332615041104
Binary101000001100100010010010101000110111011011010001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C892; }

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

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

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

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

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

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

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

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