#A4CD95

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

Shades of Spring Rain #A4CD95

Tints of Spring Rain #A4CD95

Color information

#A4CD95 (or 0xA4CD95) is unknown color: approx Spring Rain. HEX triplet: A4, CD and 95. RGB value is (164,205,149). Sum of RGB (Red+Green+Blue) = 164+205+149=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CD95 is #5B326A. Grayscale: #BABABA. Windows color (decimal): -5976683 or 9817508. OLE color: 9817508.

HSL color Cylindrical-coordinate representation of color #A4CD95: hue angle of 103.93º degrees, saturation: 0.36, 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 #A4CD95 is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB164205149-
CMYK0.200.270.20
HSL103.93º35.9%69.41%-
HSV(B)103.93º27.32%80.39%-
XYZ42.5753.7336.56-
YUV186.36106.92112.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=31.66%
G=39.58%
B=28.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051490.200.270.20103.9335.969.41
HexA4CD951401B14682445
Octal244315225240332415044105
Binary101001001100110110010101101000110111010011010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD95; }

 p { color: rgb(164,205,149); }

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

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

 a { background-color: rgb(164,205,149); }

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

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

 span { border-color: rgb(164,205,149); }

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