#A4CD9C

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

Shades of Spring Rain #A4CD9C

Tints of Spring Rain #A4CD9C

Color information

#A4CD9C (or 0xA4CD9C) is unknown color: approx Spring Rain. HEX triplet: A4, CD and 9C. RGB value is (164,205,156). Sum of RGB (Red+Green+Blue) = 164+205+156=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CD9C is #5B3263. Grayscale: #BBBBBB. Windows color (decimal): -5976676 or 10276260. OLE color: 10276260.

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

Color convert

RGB164205156-
CMYK0.200.240.20
HSL110.2º32.89%70.78%-
HSV(B)110.2º23.9%80.39%-
XYZ43.1453.9639.59-
YUV187.15110.42111.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=31.24%
G=39.05%
B=29.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051560.200.240.20110.232.8970.78
HexA4CD9C14018146e2147
Octal244315234240302415641107
Binary101001001100110110011100101000110001010011011101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD9C; }

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

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

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

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

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

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

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

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