#A5C494

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

Shades of Spring Rain #A5C494

Tints of Spring Rain #A5C494

Color information

#A5C494 (or 0xA5C494) is unknown color: approx Spring Rain. HEX triplet: A5, C4 and 94. RGB value is (165,196,148). Sum of RGB (Red+Green+Blue) = 165+196+148=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C494 is #5A3B6B. Grayscale: #B5B5B5. Windows color (decimal): -5913452 or 9749669. OLE color: 9749669.

HSL color Cylindrical-coordinate representation of color #A5C494: hue angle of 98.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5C494 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB165196148-
CMYK0.1600.240.23
HSL98.75º28.92%67.45%-
HSV(B)98.75º24.49%76.86%-
XYZ40.649.6235.45-
YUV181.26109.23116.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=32.42%
G=38.51%
B=29.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651961480.1600.240.2398.7528.9267.45
HexA5C4941001817631d43
Octal245304224200302714335103
Binary10100101110001001001010010000011000101111100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C494; }

 p { color: rgb(165,196,148); }

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

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

 a { background-color: rgb(165,196,148); }

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

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

 span { border-color: rgb(165,196,148); }

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