#A6CC96

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

Shades of Spring Rain #A6CC96

Tints of Spring Rain #A6CC96

Color information

#A6CC96 (or 0xA6CC96) is unknown color: approx Spring Rain. HEX triplet: A6, CC and 96. RGB value is (166,204,150). Sum of RGB (Red+Green+Blue) = 166+204+150=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CC96 is #593369. Grayscale: #BABABA. Windows color (decimal): -5845866 or 9882790. OLE color: 9882790.

HSL color Cylindrical-coordinate representation of color #A6CC96: hue angle of 102.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6CC96 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB166204150-
CMYK0.1900.260.2
HSL102.22º34.62%69.41%-
HSV(B)102.22º26.47%80%-
XYZ42.8253.4936.92-
YUV186.48107.41113.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=31.92%
G=39.23%
B=28.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041500.1900.260.2102.2234.6269.41
HexA6CC961301A14662345
Octal246314226230322414643105
Binary101001101100110010010110100110110101010011001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CC96; }

 p { color: rgb(166,204,150); }

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

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

 a { background-color: rgb(166,204,150); }

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

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

 span { border-color: rgb(166,204,150); }

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