#A2CC95

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

Shades of Spring Rain #A2CC95

Tints of Spring Rain #A2CC95

Color information

#A2CC95 (or 0xA2CC95) is unknown color: approx Spring Rain. HEX triplet: A2, CC and 95. RGB value is (162,204,149). Sum of RGB (Red+Green+Blue) = 162+204+149=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC95 is #5D336A. Grayscale: #B9B9B9. Windows color (decimal): -6108011 or 9817250. OLE color: 9817250.

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

Color convert

RGB162204149-
CMYK0.2100.270.2
HSL105.82º35.03%69.22%-
HSV(B)105.82º26.96%80%-
XYZ41.9253.0436.46-
YUV185.17107.59111.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=31.46%
G=39.61%
B=28.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041490.2100.270.2105.8235.0369.22
HexA2CC951501B146a2345
Octal242314225250332415243105
Binary101000101100110010010101101010110111010011010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC95; }

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

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

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

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

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

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

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

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