#A5CD9C

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

Shades of Spring Rain #A5CD9C

Tints of Spring Rain #A5CD9C

Color information

#A5CD9C (or 0xA5CD9C) is unknown color: approx Spring Rain. HEX triplet: A5, CD and 9C. RGB value is (165,205,156). Sum of RGB (Red+Green+Blue) = 165+205+156=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CD9C is #5A3263. Grayscale: #BBBBBB. Windows color (decimal): -5911140 or 10276261. OLE color: 10276261.

HSL color Cylindrical-coordinate representation of color #A5CD9C: hue angle of 108.98º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5CD9C is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB165205156-
CMYK0.2000.240.20
HSL108.98º32.89%70.78%-
HSV(B)108.98º23.9%80.39%-
XYZ43.3554.0639.6-
YUV187.45110.25111.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=31.37%
G=38.97%
B=29.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652051560.2000.240.20108.9832.8970.78
HexA5CD9C14018146d2147
Octal245315234240302415541107
Binary101001011100110110011100101000110001010011011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD9C; }

 p { color: rgb(165,205,156); }

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

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

 a { background-color: rgb(165,205,156); }

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

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

 span { border-color: rgb(165,205,156); }

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