#A2CE95

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

Shades of Spring Rain #A2CE95

Tints of Spring Rain #A2CE95

Color information

#A2CE95 (or 0xA2CE95) is unknown color: approx Spring Rain. HEX triplet: A2, CE and 95. RGB value is (162,206,149). Sum of RGB (Red+Green+Blue) = 162+206+149=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE95 is #5D316A. Grayscale: #BABABA. Windows color (decimal): -6107499 or 9817762. OLE color: 9817762.

HSL color Cylindrical-coordinate representation of color #A2CE95: hue angle of 106.32º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2CE95 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB162206149-
CMYK0.2100.280.19
HSL106.32º36.77%69.61%-
HSV(B)106.32º27.67%80.78%-
XYZ42.453.9936.62-
YUV186.35106.92110.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=31.33%
G=39.85%
B=28.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061490.2100.280.19106.3236.7769.61
HexA2CE951501C136a2546
Octal242316225250342315245106
Binary101000101100111010010101101010111001001111010101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE95; }

 p { color: rgb(162,206,149); }

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

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

 a { background-color: rgb(162,206,149); }

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

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

 span { border-color: rgb(162,206,149); }

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