#A5CE96

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

Shades of Spring Rain #A5CE96

Tints of Spring Rain #A5CE96

Color information

#A5CE96 (or 0xA5CE96) is unknown color: approx Spring Rain. HEX triplet: A5, CE and 96. RGB value is (165,206,150). Sum of RGB (Red+Green+Blue) = 165+206+150=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE96 is #5A3169. Grayscale: #BBBBBB. Windows color (decimal): -5910890 or 9883301. OLE color: 9883301.

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

Color convert

RGB165206150-
CMYK0.2000.270.19
HSL103.93º36.36%69.8%-
HSV(B)103.93º27.18%80.78%-
XYZ43.0954.3437.07-
YUV187.36106.92112.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=31.67%
G=39.54%
B=28.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652061500.2000.270.19103.9336.3669.8
HexA5CE961401B13682446
Octal245316226240332315044106
Binary101001011100111010010110101000110111001111010001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CE96; }

 p { color: rgb(165,206,150); }

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

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

 a { background-color: rgb(165,206,150); }

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

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

 span { border-color: rgb(165,206,150); }

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