#A4CE96

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

Shades of Spring Rain #A4CE96

Tints of Spring Rain #A4CE96

Color information

#A4CE96 (or 0xA4CE96) is unknown color: approx Spring Rain. HEX triplet: A4, CE and 96. RGB value is (164,206,150). Sum of RGB (Red+Green+Blue) = 164+206+150=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE96 is #5B3169. Grayscale: #BBBBBB. Windows color (decimal): -5976426 or 9883300. OLE color: 9883300.

HSL color Cylindrical-coordinate representation of color #A4CE96: hue angle of 105º 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 #A4CE96 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB164206150-
CMYK0.2000.270.19
HSL105º36.36%69.8%-
HSV(B)105º27.18%80.78%-
XYZ42.8954.2437.06-
YUV187.06107.09111.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=31.54%
G=39.62%
B=28.85%

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
Decimal1642061500.2000.270.1910536.3669.8
HexA4CE961401B13692446
Octal244316226240332315144106
Binary101001001100111010010110101000110111001111010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CE96; }

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

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

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

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

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

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

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

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