#A0CD95

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

Shades of Spring Rain #A0CD95

Tints of Spring Rain #A0CD95

Color information

#A0CD95 (or 0xA0CD95) is unknown color: approx Spring Rain. HEX triplet: A0, CD and 95. RGB value is (160,205,149). Sum of RGB (Red+Green+Blue) = 160+205+149=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD95 is #5F326A. Grayscale: #B9B9B9. Windows color (decimal): -6238827 or 9817504. OLE color: 9817504.

HSL color Cylindrical-coordinate representation of color #A0CD95: hue angle of 108.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0CD95 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB160205149-
CMYK0.2200.270.20
HSL108.21º35.9%69.41%-
HSV(B)108.21º27.32%80.39%-
XYZ41.7553.3136.52-
YUV185.16107.59110.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=31.13%
G=39.88%
B=28.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051490.2200.270.20108.2135.969.41
HexA0CD951601B146c2445
Octal240315225260332415444105
Binary101000001100110110010101101100110111010011011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD95; }

 p { color: rgb(160,205,149); }

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

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

 a { background-color: rgb(160,205,149); }

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

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

 span { border-color: rgb(160,205,149); }

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