#A5CC9D

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

Shades of Spring Rain #A5CC9D

Tints of Spring Rain #A5CC9D

Color information

#A5CC9D (or 0xA5CC9D) is unknown color: approx Spring Rain. HEX triplet: A5, CC and 9D. RGB value is (165,204,157). Sum of RGB (Red+Green+Blue) = 165+204+157=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC9D is #5A3362. Grayscale: #BBBBBB. Windows color (decimal): -5911395 or 10341541. OLE color: 10341541.

HSL color Cylindrical-coordinate representation of color #A5CC9D: hue angle of 109.79º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5CC9D is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB165204157-
CMYK0.1900.230.2
HSL109.79º31.54%70.78%-
HSV(B)109.79º23.04%80%-
XYZ43.253.6239.97-
YUV186.98111.08112.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=31.37%
G=38.78%
B=29.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652041570.1900.230.2109.7931.5470.78
HexA5CC9D13017146e2047
Octal245314235230272415640107
Binary101001011100110010011101100110101111010011011101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC9D; }

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

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

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

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

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

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

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

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