#A6C995

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

Shades of Spring Rain #A6C995

Tints of Spring Rain #A6C995

Color information

#A6C995 (or 0xA6C995) is unknown color: approx Spring Rain. HEX triplet: A6, C9 and 95. RGB value is (166,201,149). Sum of RGB (Red+Green+Blue) = 166+201+149=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C995 is #59366A. Grayscale: #B8B8B8. Windows color (decimal): -5846635 or 9816486. OLE color: 9816486.

HSL color Cylindrical-coordinate representation of color #A6C995: hue angle of 100.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6C995 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB166201149-
CMYK0.1700.260.21
HSL100.38º32.5%68.63%-
HSV(B)100.38º25.87%78.82%-
XYZ42.0452.0536.26-
YUV184.61107.9114.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=32.17%
G=38.95%
B=28.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662011490.1700.260.21100.3832.568.63
HexA6C9951101A15642045
Octal246311225210322514440105
Binary101001101100100110010101100010110101010111001001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C995; }

 p { color: rgb(166,201,149); }

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

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

 a { background-color: rgb(166,201,149); }

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

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

 span { border-color: rgb(166,201,149); }

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