#A4CEA1

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

Shades of Spring Rain #A4CEA1

Tints of Spring Rain #A4CEA1

Color information

#A4CEA1 (or 0xA4CEA1) is unknown color: approx Spring Rain. HEX triplet: A4, CE and A1. RGB value is (164,206,161). Sum of RGB (Red+Green+Blue) = 164+206+161=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CEA1 is #5B315E. Grayscale: #BCBCBC. Windows color (decimal): -5976415 or 10604196. OLE color: 10604196.

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

Color convert

RGB164206161-
CMYK0.2000.220.19
HSL116º31.47%71.96%-
HSV(B)116º21.84%80.78%-
XYZ43.8154.6141.95-
YUV188.31112.59110.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 161 (63.28% from 255) = 30.32%
R=30.89%
G=38.79%
B=30.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061610.2000.220.1911631.4771.96
HexA4CEA11401613741f48
Octal244316241240262316437110
Binary10100100110011101010000110100010110100111110100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEA1; }

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

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

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

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

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

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

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

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