#A0C893

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

Shades of Spring Rain #A0C893

Tints of Spring Rain #A0C893

Color information

#A0C893 (or 0xA0C893) is unknown color: approx Spring Rain. HEX triplet: A0, C8 and 93. RGB value is (160,200,147). Sum of RGB (Red+Green+Blue) = 160+200+147=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C893 is #5F376C. Grayscale: #B6B6B6. Windows color (decimal): -6240109 or 9685152. OLE color: 9685152.

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

Color convert

RGB160200147-
CMYK0.200.260.22
HSL105.28º32.52%68.04%-
HSV(B)105.28º26.5%78.43%-
XYZ40.4250.8935.3-
YUV182108.25112.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 147 (57.81% from 255) = 28.99%
R=31.56%
G=39.45%
B=28.99%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001470.200.260.22105.2832.5268.04
HexA0C8931401A16692144
Octal240310223240322615141104
Binary101000001100100010010011101000110101011011010011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C893; }

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

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

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

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

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

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

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

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