#A5C395

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

Shades of Spring Rain #A5C395

Tints of Spring Rain #A5C395

Color information

#A5C395 (or 0xA5C395) is unknown color: approx Spring Rain. HEX triplet: A5, C3 and 95. RGB value is (165,195,149). Sum of RGB (Red+Green+Blue) = 165+195+149=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C395 is #5A3C6A. Grayscale: #B4B4B4. Windows color (decimal): -5913707 or 9814949. OLE color: 9814949.

HSL color Cylindrical-coordinate representation of color #A5C395: hue angle of 99.13º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5C395 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB165195149-
CMYK0.1500.240.24
HSL99.13º27.71%67.45%-
HSV(B)99.13º23.59%76.47%-
XYZ40.4649.235.8-
YUV180.79110.06116.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 195 (76.56% from 255) = 38.31%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=32.42%
G=38.31%
B=29.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951490.1500.240.2499.1327.7167.45
HexA5C395F01818631c43
Octal245303225170303014334103
Binary1010010111000011100101011111011000110001100011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C395; }

 p { color: rgb(165,195,149); }

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

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

 a { background-color: rgb(165,195,149); }

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

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

 span { border-color: rgb(165,195,149); }

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