#A5CC95

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

Shades of Spring Rain #A5CC95

Tints of Spring Rain #A5CC95

Color information

#A5CC95 (or 0xA5CC95) is unknown color: approx Spring Rain. HEX triplet: A5, CC and 95. RGB value is (165,204,149). Sum of RGB (Red+Green+Blue) = 165+204+149=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC95 is #5A336A. Grayscale: #BABABA. Windows color (decimal): -5911403 or 9817253. OLE color: 9817253.

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

Color convert

RGB165204149-
CMYK0.1900.270.2
HSL102.55º35.03%69.22%-
HSV(B)102.55º26.96%80%-
XYZ42.5353.3536.49-
YUV186.07107.08112.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=31.85%
G=39.38%
B=28.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652041490.1900.270.2102.5535.0369.22
HexA5CC951301B14672345
Octal245314225230332414743105
Binary101001011100110010010101100110110111010011001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC95; }

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

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

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

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

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

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

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

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