#A6CEA0

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

Shades of Spring Rain #A6CEA0

Tints of Spring Rain #A6CEA0

Color information

#A6CEA0 (or 0xA6CEA0) is unknown color: approx Spring Rain. HEX triplet: A6, CE and A0. RGB value is (166,206,160). Sum of RGB (Red+Green+Blue) = 166+206+160=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEA0 is #59315F. Grayscale: #BCBCBC. Windows color (decimal): -5845344 or 10538662. OLE color: 10538662.

HSL color Cylindrical-coordinate representation of color #A6CEA0: hue angle of 112.17º degrees, saturation: 0.32, 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 #A6CEA0 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB166206160-
CMYK0.1900.220.19
HSL112.17º31.94%71.76%-
HSV(B)112.17º22.33%80.78%-
XYZ44.1454.7941.51-
YUV188.8111.75111.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=31.20%
G=38.72%
B=30.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662061600.1900.220.19112.1731.9471.76
HexA6CEA01301613702048
Octal246316240230262316040110
Binary101001101100111010100000100110101101001111100001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEA0; }

 p { color: rgb(166,206,160); }

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

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

 a { background-color: rgb(166,206,160); }

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

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

 span { border-color: rgb(166,206,160); }

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