#ACCD9C

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

Shades of Spring Rain #ACCD9C

Tints of Spring Rain #ACCD9C

Color information

#ACCD9C (or 0xACCD9C) is unknown color: approx Spring Rain. HEX triplet: AC, CD and 9C. RGB value is (172,205,156). Sum of RGB (Red+Green+Blue) = 172+205+156=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD9C is #533263. Grayscale: #BDBDBD. Windows color (decimal): -5452388 or 10276268. OLE color: 10276268.

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

Color convert

RGB172205156-
CMYK0.1600.240.20
HSL100.41º32.89%70.78%-
HSV(B)100.41º23.9%80.39%-
XYZ44.8554.8339.67-
YUV189.55109.07115.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=32.27%
G=38.46%
B=29.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051560.1600.240.20100.4132.8970.78
HexACCD9C1001814642147
Octal254315234200302414441107
Binary101011001100110110011100100000110001010011001001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD9C; }

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

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

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

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

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

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

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

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